From 20a4d4b4767020eaf9ca95f3c64f371fb8ab9d4c Mon Sep 17 00:00:00 2001 From: vanhofen Date: Wed, 29 Sep 2021 21:24:59 +0200 Subject: [PATCH] - astyle: update configure options --- support/scripts/astyle.sh | 4 ++++ 1 file changed, 4 insertions(+) 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