2 lines
73 B
Bash
Executable File
2 lines
73 B
Bash
Executable File
find ./src/ -name *.cpp -o -name *.h | xargs clang-format -style=file -i
|