Last active
December 23, 2015 13:39
-
-
Save kestred/6643166 to your computer and use it in GitHub Desktop.
astron.astyle :: astyle options for astron
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
# Indentation | |
indent=tab=4 | |
indent-classes | |
indent-switches | |
indent-preprocessor # Requires 'convert-tabs' | |
convert-tabs | |
# Spacing | |
pad-oper # Adds spaces to operators | |
unpad-paren # Remove spaces surround parens | |
# Brackets | |
brackets=break | |
add-brackets # Require brackets on if/while/for/etc | |
# Line Length | |
max-code-length=100 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment