Skip to content

Commit

Permalink
Respect CLANG_FORMAT setting (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
graeme-a-stewart authored Sep 7, 2020
1 parent 9d2decb commit 87fbdf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/clang-format.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ file(GLOB_RECURSE ALL_SOURCE_FILES *.cpp *.h)
# versions to baulk
add_custom_target(
clang-format
COMMAND clang-format
COMMAND ${CLANG_FORMAT}
--style=Google
-i
${ALL_SOURCE_FILES}
Expand Down

0 comments on commit 87fbdf2

Please sign in to comment.