clang-format

This commit is contained in:
giomba 2022-01-03 16:58:04 +01:00
parent 26e97f66f0
commit bd5f5fad31
1 changed files with 6 additions and 0 deletions

6
clang-format.md Normal file
View File

@ -0,0 +1,6 @@
# clang-format
```
find foo/bar/ -iname *.h -o -iname *.cpp | xargs clang-format -i
```