Skip to content

Instantly share code, notes, and snippets.

@JonasProgrammer
Last active October 18, 2019 21:24
Show Gist options
  • Save JonasProgrammer/fb0440ef28efb60c891274e24e5d653e to your computer and use it in GitHub Desktop.
Save JonasProgrammer/fb0440ef28efb60c891274e24e5d653e to your computer and use it in GitHub Desktop.
BasedOnStyle: Chromium
IndentWidth: 4
UseTab: Never
---
Language: Cpp
AccessModifierOffset: -4
AlignAfterOpenBracket: Align
AlignEscapedNewlines: Left
AlignOperands: true
AlignTrailingComments: true
AllowShortFunctionsOnASingleLine: Empty
AlwaysBreakAfterReturnType: None
AlwaysBreakTemplateDeclarations: Yes
BinPackArguments: true
BinPackParameters: true
BreakBeforeBraces: Custom
BraceWrapping:
AfterClass: true
AfterControlStatement: true
AfterEnum: true
AfterFunction: true
AfterNamespace: false
AfterStruct: true
AfterUnion: true
AfterExternBlock: true
BeforeCatch: true
BeforeElse: true
SplitEmptyFunction: false
SplitEmptyRecord: false
BreakConstructorInitializers: AfterColon
ColumnLimit: 0
ContinuationIndentWidth: 8
Cpp11BracedListStyle: true
FixNamespaceComments: true
IndentCaseLabels: false
NamespaceIndentation: None
PointerAlignment: Left
SortIncludes: true
SpaceAfterTemplateKeyword: false
SpaceBeforeRangeBasedForLoopColon: true
Standard: Auto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment