aboutsummaryrefslogtreecommitdiff
path: root/astyle.sh
diff options
context:
space:
mode:
Diffstat (limited to 'astyle.sh')
-rw-r--r--astyle.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/astyle.sh b/astyle.sh
new file mode 100644
index 0000000..b7ac65e
--- /dev/null
+++ b/astyle.sh
@@ -0,0 +1,6 @@
+#!/usr/bin/env bash
+
+echo "\n\nFormatting openvic-simulation with astyle:\n"
+astyle --options=.astylesrc --recursive ./src/*.?pp
+
+exit 0