diff --git a/format.sh b/format.sh new file mode 100755 index 0000000..52345fb --- /dev/null +++ b/format.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +find . -regex '.*\.\(cpp\|hpp\|cu\|c\|h\)' -exec clang-format -style=file -i {} \;