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