Skip to content

Instantly share code, notes, and snippets.

@kestred
Last active December 23, 2015 13:39
Show Gist options
  • Save kestred/6643166 to your computer and use it in GitHub Desktop.
Save kestred/6643166 to your computer and use it in GitHub Desktop.
astron.astyle :: astyle options for astron
# 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