Created
June 11, 2014 08:16
-
-
Save cypres/188eb0a72521841b87f4 to your computer and use it in GitHub Desktop.
OC C++ config for astyle plugin
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
# astylerc | |
align-pointer=name | |
align-reference=name | |
max-code-length=120 | |
break-after-logical | |
indent=spaces=2 | |
style=google | |
# Padding | |
pad-header | |
unpad-paren | |
# Formatting: | |
convert-tabs | |
add-brackets | |
# Output: | |
formatted |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment