Formatting automation

This commit is contained in:
Erki 2021-04-11 13:16:00 +03:00
parent 55a8efa579
commit fc8fc2df98

3
format.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
find . -regex '.*\.\(cpp\|hpp\|cu\|c\|h\)' -exec clang-format -style=file -i {} \;