Add scripts/formatter.sh for manually applying clang-format-14

This commit is contained in:
Jose Luis Blanco-Claraco
2025-11-16 09:14:03 +01:00
parent c5a339ffdb
commit 5aec1c995b

2
scripts/formatter.sh Executable file
View File

@@ -0,0 +1,2 @@
# formatter.sh
find include/ examples/ tests/ -iname *.h -o -iname *.hpp -o -iname *.cpp -o -iname *.c | grep -v gtest | xargs clang-format-14 -i