Created
March 9, 2020 09:37
-
-
Save kinoshita-lab/8ac5c23fdb50e31c3ddb9e7acb38181a to your computer and use it in GitHub Desktop.
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
Standard: Cpp11 | |
BasedOnStyle: LLVM | |
IndentWidth: 4 | |
ColumnLimit: 0 | |
AccessModifierOffset: -4 | |
NamespaceIndentation: None | |
BreakBeforeBraces: Custom | |
PointerAlignment: Left | |
BraceWrapping: | |
AfterEnum: true | |
AfterStruct: true | |
AfterClass: true | |
SplitEmptyFunction: true | |
AfterControlStatement: false | |
AfterNamespace: true | |
AfterFunction: true | |
AfterUnion: true | |
AfterExternBlock: false | |
BeforeCatch: false | |
BeforeElse: false | |
SplitEmptyRecord: true | |
SplitEmptyNamespace: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment