Gobligine/tools/astylerc

31 lines
512 B
Text
Raw Permalink Normal View History

2012-04-04 07:39:56 -06:00
# config file for AStyle ( http://astyle.sourceforge.net/ )
2014-01-06 14:52:58 -07:00
# AStyle version : 2.0.4
2012-04-04 07:39:56 -06:00
# style
--style=otbs
--indent=force-tab=4
--lineend=linux
--min-conditional-indent=0
2012-04-18 08:54:37 -06:00
--max-instatement-indent=60
2012-04-04 07:39:56 -06:00
--keep-one-line-statements
--keep-one-line-blocks
--indent-preprocessor
--indent-col1-comments
--indent-switches
--pad-oper
--pad-header
--unpad-paren
--add-brackets
--align-pointer=name
--align-reference=name
--mode=c
# extra options
--exclude=guichan
--ignore-exclude-errors-x
--preserve-date
--suffix=none