| @@ -7,10 +7,9 @@ | |||||
| # astyle --suffix=none --options=.astylerc filename.cpp | # astyle --suffix=none --options=.astylerc filename.cpp | ||||
| style=java | style=java | ||||
| indent=tab | |||||
| indent=tab=2 | |||||
| attach-closing-while | attach-closing-while | ||||
| indent-switches | indent-switches | ||||
| indent-after-parens | |||||
| indent-preproc-block | indent-preproc-block | ||||
| indent-preproc-define | indent-preproc-define | ||||
| indent-col1-comments | indent-col1-comments | ||||
| @@ -18,8 +17,8 @@ pad-oper | |||||
| pad-comma | pad-comma | ||||
| pad-header | pad-header | ||||
| unpad-paren | unpad-paren | ||||
| align-pointer=name | |||||
| align-reference=name | |||||
| align-pointer=type | |||||
| align-reference=type | |||||
| break-closing-braces | break-closing-braces | ||||
| break-one-line-headers | break-one-line-headers | ||||
| attach-return-type | attach-return-type | ||||