mirror of
https://github.com/jlblancoc/nanoflann.git
synced 2026-01-16 21:01:17 +01:00
3 lines
146 B
Bash
Executable File
3 lines
146 B
Bash
Executable File
# 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
|