Skip to content

Instantly share code, notes, and snippets.

@angelorodem
Last active June 8, 2018 16:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save angelorodem/c0f9a2e849e2d620b043be9e1a83b86e to your computer and use it in GitHub Desktop.
Save angelorodem/c0f9a2e849e2d620b043be9e1a83b86e to your computer and use it in GitHub Desktop.
Makes your code looks good!
#requires Astyle 3 >
style=google
#style=allman
#indent=spaces
#s4
add-brackets
max-code-length=99
indent-classes
indent-preproc-define
indent-switches
indent-namespaces
indent-preprocessor
indent-col1-comments
attach-return-type
attach-classes
attach-inlines
close-templates
break-blocks
pad-oper
pad-header
pad-comma
unpad-paren
break-one-line-headers
delete-empty-lines
align-pointer=name
min-conditional-indent=0
max-instatement-indent=40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment