2 lines
63 B
Bash
Executable File
2 lines
63 B
Bash
Executable File
find src -name '*.cpp' -or -name '*.h' | xargs clang-format -i
|