Skip to content

Commit

Permalink
Use clang-format version 19 specifically in run script.
Browse files Browse the repository at this point in the history
  • Loading branch information
insertinterestingnamehere committed Oct 3, 2024
1 parent d6ef5cd commit 6952a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang-format.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
find -iname *.h -or -iname *.c -or -iname *.hpp -or -iname *.cpp | xargs clang-format -i
find -iname *.h -or -iname *.c -or -iname *.hpp -or -iname *.cpp | xargs clang-format-19 -i

0 comments on commit 6952a71

Please sign in to comment.