Files
bitsery/format.sh
2022-12-01 13:50:03 +02:00

4 lines
85 B
Bash
Executable File

find . -regex '.*\.\(cpp\|hpp\|cu\|c\|h\)' -exec clang-format -style=file -i {} \;