diff options
author | Hop311 <Hop3114@gmail.com> | 2023-10-29 21:14:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-29 21:14:55 +0100 |
commit | 06cc0606156d009026930c785c62434276fbe782 (patch) | |
tree | d37fcb69766ec029ea4e3e2816c419f9d7e05f7c /astyle.sh | |
parent | d8ec90f07342876e9331819bd3cc372050f78248 (diff) | |
parent | 1b5e43fa7750cc4025d32f18390593cbce3ba842 (diff) |
Merge pull request #67 from OpenVicProject/format
Formating
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 |