mirror of
https://github.com/jlblancoc/nanoflann.git
synced 2026-01-16 21:01:17 +01:00
Add scripts/formatter.sh for manually applying clang-format-14
This commit is contained in:
2
scripts/formatter.sh
Executable file
2
scripts/formatter.sh
Executable 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
|
||||
Reference in New Issue
Block a user