Skip to content

Instantly share code, notes, and snippets.

@kinoshita-lab
Created March 9, 2020 09:37
Show Gist options
  • Save kinoshita-lab/8ac5c23fdb50e31c3ddb9e7acb38181a to your computer and use it in GitHub Desktop.
Save kinoshita-lab/8ac5c23fdb50e31c3ddb9e7acb38181a to your computer and use it in GitHub Desktop.
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