Skip to content

Commit

Permalink
Enabling error on malformatted file
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpryce committed Mar 16, 2023
1 parent e0281be commit fa33e82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clang-format.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ if (NOT MSVC)
add_custom_target(
checkformat
COMMAND /usr/bin/clang-format
--Werror
--dry-run
${ALL_SOURCE_FILES}
)
Expand Down

0 comments on commit fa33e82

Please sign in to comment.