diff --git a/support/scripts/astyle.sh b/support/scripts/astyle.sh index 0e781130..7657f586 100755 --- a/support/scripts/astyle.sh +++ b/support/scripts/astyle.sh @@ -37,6 +37,10 @@ for file in $@; do --pad-param-type \ --attach-return-type-decl \ \ + --break-one-line-headers \ + --keep-one-line-blocks \ + --keep-one-line-statements \ + \ --align-pointer=name \ \ $file