Last active
May 6, 2020 16:28
-
-
Save tats-u/5ea6aa9fac66c383e9ae407386fa9c8a to your computer and use it in GitHub Desktop.
My favorite C++ format
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
--- | |
BasedOnStyle: Google | |
--- | |
Language: Cpp | |
AlignAfterOpenBracket: AlwaysBreak | |
PointerAlignment: Right | |
Standard: Cpp11 | |
ConstructorInitializerIndentWidth: 2 | |
ContinuationIndentWidth: 2 | |
AccessModifierOffset: -2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment