Created
October 8, 2013 19:08
-
-
Save lukespragg/6889856 to your computer and use it in GitHub Desktop.
MCP astyle.cfg for Spoutcraft.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Artistic Style format configuration | |
| # see http://astyle.sourceforge.net/astyle.html | |
| add-brackets | |
| break-blocks | |
| delete-empty-lines | |
| indent-switches | |
| indent=force-tab | |
| max-instatement-indent=2 | |
| pad-header | |
| pad-oper | |
| style=java | |
| unpad-paren |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment