Skip to content

Commit

Permalink
fix clang formating
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong committed Apr 13, 2024
1 parent 10082c9 commit 910b2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .run-clang-format
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
find . -type f -regex '.*\.\(cpp\|hpp\|cc\|cxx\|h\|hxx\)' -exec clang-format -style=file -i {} \;
find . -type f -regex '.*\.\(cpp\|hpp\|cc\|cxx\|h\|hxx\)' -exec clang-format-8 -style=file -i {} \;

0 comments on commit 910b2a6

Please sign in to comment.