summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/codingstyle.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/codingstyle.sh b/scripts/codingstyle.sh
index c171ea18..6488e077 100644
--- a/scripts/codingstyle.sh
+++ b/scripts/codingstyle.sh
@@ -32,7 +32,7 @@ cd src
echo "Applying astyle rules..."
astyle \
--indent=spaces=4 \
---brackets=break \
+--style=allman \
--indent-labels \
--pad-oper \
--unpad-paren \