diff options
Diffstat (limited to 'scripts/codingstyle.sh')
-rw-r--r-- | scripts/codingstyle.sh | 2 |
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 \ |