Last active
June 8, 2018 16:01
-
-
Save angelorodem/c0f9a2e849e2d620b043be9e1a83b86e to your computer and use it in GitHub Desktop.
Makes your code looks good!
This file contains 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
#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