Skip to content

Commit

Permalink
exclude some paths from run-format (strasdat#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
strasdat authored Jul 24, 2019
1 parent 1e2f110 commit ef8574b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_format.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
find . -iname *.hpp -o -iname *.cpp | xargs clang-format -i
find . -type d \( -path ./py -o -path ./doxyrest_b -o -path "./*/CMakeFiles/*" \) -prune -o -iname *.hpp -o -iname *.cpp -print | xargs clang-format -i

0 comments on commit ef8574b

Please sign in to comment.