Skip to content

Commit

Permalink
Proper clang-format call
Browse files Browse the repository at this point in the history
  • Loading branch information
versable committed Jul 3, 2017
1 parent 067663f commit 8886ccc
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 @@ -7,7 +7,7 @@ find_program(CLANG_FORMAT "clang-format")
if(CLANG_FORMAT)
add_custom_target(
clang-format
COMMAND echo
COMMAND ${CLANG_FORMAT}
-i
-style=file
${ALL_CXX_SOURCE_FILES}
Expand Down

0 comments on commit 8886ccc

Please sign in to comment.