Browse Source

- astyle: update configure options

master
vanhofen 3 years ago
parent
commit
20a4d4b476
  1. 4
      support/scripts/astyle.sh

4
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

Loading…
Cancel
Save