We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5968e6 commit 0654497Copy full SHA for 0654497
cpp/CMakeLists.txt
@@ -339,10 +339,10 @@ endif()
339
# ------------------------------------------------------------------------------
340
file(GLOB_RECURSE FILES_NEED_FORMAT "include/gar/*.h" "src/*.cc"
341
"test/*.h" "test/*.cc"
342
- "examples/*.cc" "examples/*.h")
+ "examples/*.h" "examples/*.cc")
343
file(GLOB_RECURSE FILES_NEED_LINT "include/gar/*.h" "src/*.cc"
344
345
346
347
add_custom_target(gar-clformat
348
COMMAND clang-format --style=file -i ${FILES_NEED_FORMAT}
0 commit comments