Skip to content

Instantly share code, notes, and snippets.

@rugbyprof
Created February 25, 2023 22:04
Show Gist options
  • Save rugbyprof/2c69058f603d3e36a05bfa6567229316 to your computer and use it in GitHub Desktop.
Save rugbyprof/2c69058f603d3e36a05bfa6567229316 to your computer and use it in GitHub Desktop.
clang format
Standard: Cpp11
BasedOnStyle: LLVM
IndentWidth: 4
ColumnLimit: 0
AccessModifierOffset: -4
NamespaceIndentation: All
BreakBeforeBraces: Custom
BraceWrapping:
AfterEnum: false
AfterStruct: false
AfterClass: false
SplitEmptyFunction: true
AfterControlStatement: false
AfterNamespace: false
AfterFunction: false
AfterUnion: false
AfterExternBlock: false
BeforeCatch: false
BeforeElse: false
SplitEmptyRecord: false
SplitEmptyNamespace: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment