aboutsummaryrefslogtreecommitdiff
path: root/astyle.sh
blob: b7ac65e87ccd3701eb37380e3b97fe0bebee58d9 (plain) (blame)
1
2
3
4
5
6
#!/usr/bin/env bash

echo "\n\nFormatting openvic-simulation with astyle:\n"
astyle --options=.astylesrc --recursive ./src/*.?pp

exit 0