Skip to content

Commit 5c0317e

Browse files
committed
Add scripts dir
1 parent 15edfdb commit 5c0317e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/clang_format_all.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env bash
2+
3+
git ls-files '*.cpp' | xargs clang-format -style=file -i
4+
git ls-files '*.h' | xargs clang-format -style=file -i

0 commit comments

Comments
 (0)