clang-format
diff --git a/reformat.sh b/reformat.sh
new file mode 100644
index 0000000..cdc03b1
--- /dev/null
+++ b/reformat.sh
@@ -0,0 +1 @@
+find src -name '*.cpp' -or -name '*.h' | xargs clang-format -i