Updated the astyle formatting

This commit is contained in:
David Fort 2016-10-13 22:01:53 +02:00
parent 60cffef8d1
commit 9a25538369

View File

@ -31,9 +31,9 @@ if [ $# -le 0 ]; then
fi fi
$ASTYLE --lineend=linux --mode=c --indent=tab=4 --pad-header --pad-oper --style=allman --min-conditional-indent=0 \ $ASTYLE --lineend=linux --mode=c --indent=tab=4 --pad-header --pad-oper --style=allman --min-conditional-indent=0 \
--indent-switches --indent-cases --indent-preprocessor -k1 --max-code-length=80 \ --indent-switches --indent-cases --indent-preprocessor -k1 --max-code-length=100 \
--indent-col1-comments --delete-empty-lines --break-closing-brackets \ --indent-col1-comments --delete-empty-lines --break-closing-brackets \
--align-pointer=type --indent-labels -xe \ --align-pointer=type --indent-labels -xe --break-after-logical \
--unpad-paren --break-blocks $@ --unpad-paren --break-blocks $@
exit $? exit $?