mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
35 lines
918 B
YAML
35 lines
918 B
YAML
Language: Cpp
|
|
|
|
AccessModifierOffset: -4
|
|
AlignEscapedNewlinesLeft: true
|
|
AllowShortFunctionsOnASingleLine: false
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
AllowShortLoopsOnASingleLine: false
|
|
AlwaysBreakAfterDefinitionReturnType: false
|
|
AlwaysBreakBeforeMultilineStrings: false
|
|
BasedOnStyle: Google
|
|
BraceWrapping: {
|
|
AfterClass: 'true'
|
|
AfterControlStatement: 'true'
|
|
AfterFunction: 'true'
|
|
AfterNamespace: 'false'
|
|
BeforeCatch: 'true'
|
|
BeforeElse: 'true'
|
|
}
|
|
BreakBeforeBraces: Custom
|
|
BreakConstructorInitializersBeforeComma: true
|
|
ColumnLimit: 80
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: false
|
|
DerivePointerBinding: false
|
|
FixNamespaceComments: true
|
|
IndentCaseLabels: true
|
|
IndentWidth: 4
|
|
IndentWrappedFunctionNames: true
|
|
IndentPPDirectives: AfterHash
|
|
IncludeBlocks: Preserve
|
|
NamespaceIndentation: Inner
|
|
PointerBindsToType: false
|
|
SpacesBeforeTrailingComments: 2
|
|
Standard: Auto
|
|
ReflowComments: false
|