Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/format_source.sh')
-rw-r--r--Tools/format_source.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tools/format_source.sh b/Tools/format_source.sh
new file mode 100644
index 00000000..edeac847
--- /dev/null
+++ b/Tools/format_source.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+find ./Source/ -iname *.h -o -iname *.cpp | xargs clang-format -i \ No newline at end of file