Skip to content

Commit

Permalink
exclude 3rdParty
Browse files Browse the repository at this point in the history
  • Loading branch information
tigercosmos committed Jun 17, 2024
1 parent b36c77d commit 105ba35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/clang-format-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

# Check if clang-format is installed
find ./ \( -name "*.cpp" -o -name "*.h" \) -exec clang-format -i {} +
find . -path ./3rdParty -prune -o \( -name "*.cpp" -o -name "*.h" \) -exec clang-format -i {} +

0 comments on commit 105ba35

Please sign in to comment.