diff options
author | hop311 <hop3114@gmail.com> | 2023-10-28 11:39:08 +0200 |
---|---|---|
committer | hop311 <hop3114@gmail.com> | 2023-10-29 20:42:47 +0100 |
commit | 164264b047921dbe1567d2af183e1cffb200a8cb (patch) | |
tree | 21c3c81f65ac3259db4808ebe9fd32a94ca993af /astyle.sh | |
parent | d8ec90f07342876e9331819bd3cc372050f78248 (diff) |
Astyle formatting (with manual cleanup)
Diffstat (limited to 'astyle.sh')
-rw-r--r-- | astyle.sh | 6 |
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 |