Created
March 6, 2019 19:00
-
-
Save iwatakeshi/f165f1a57e4d5f984563a0372b478631 to your computer and use it in GitHub Desktop.
Preferred C++ formatting style
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: Webkit | |
AccessModifierOffset: 0 | |
# AfterNamespace: true | |
AllowShortIfStatementsOnASingleLine: true | |
BreakBeforeBraces: Attach | |
ColumnLimit: 0 | |
CompactNamespaces: true | |
ContinuationIndentWidth: 2 | |
Cpp11BracedListStyle: false | |
IndentCaseLabels: false | |
IndentWidth: 2 | |
NamespaceIndentation: None | |
TabWidth: 2 | |
UseTab: Never | |
BreakConstructorInitializers: AfterColon |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment