Skip to content

Commit b1bf7a0

Browse files
Fixed: Use checked-in .clang-format file
ref #11
1 parent 5ccca70 commit b1bf7a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ file(GLOB_RECURSE ALL_SOURCE_FILES *.cpp *.h)
3838
add_custom_target(
3939
clangformat
4040
COMMAND /usr/bin/clang-format
41-
-style=Chromium
41+
-style=file
4242
-i
4343
${ALL_SOURCE_FILES}
4444
)

0 commit comments

Comments
 (0)