Skip to content

Commit

Permalink
format: ignore build folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Grok Compression committed Nov 21, 2024
1 parent d7b8904 commit 4e1a206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/format.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
find . \( -type d \( -name CLI11 -o -name highway -o -name thirdparty -o -name taskflow -o -name tclap -o -name spdlog -o -name coding -o -name others -o -name common \) -prune \) \
find . \( -type d \( -name CLI11 -o -name build -o -name highway -o -name thirdparty -o -name taskflow -o -name tclap -o -name spdlog -o -name coding -o -name others -o -name common \) -prune \) \
-o \( -iname *.h -o -iname *.c -o -iname *.cpp -o -iname *.hpp \) -print \
| xargs clang-format -style=file -i -fallback-style=none

0 comments on commit 4e1a206

Please sign in to comment.