aboutsummaryrefslogtreecommitdiff
path: root/reformat.sh
diff options
context:
space:
mode:
Diffstat (limited to 'reformat.sh')
-rwxr-xr-xreformat.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/reformat.sh b/reformat.sh
new file mode 100755
index 0000000..cdc03b1
--- /dev/null
+++ b/reformat.sh
@@ -0,0 +1 @@
+find src -name '*.cpp' -or -name '*.h' | xargs clang-format -i