mirror-chatterino2/.clang-format

31 lines
808 B
Plaintext
Raw Normal View History

Language: Cpp
2018-08-06 21:17:03 +02:00
AccessModifierOffset: -1
AccessModifierOffset: -4
2018-08-06 21:17:03 +02:00
AlignEscapedNewlinesLeft: true
AllowShortFunctionsOnASingleLine: false
2018-07-14 14:24:18 +02:00
AllowShortIfStatementsOnASingleLine: true
AllowShortLoopsOnASingleLine: false
2018-08-06 21:17:03 +02:00
AlwaysBreakAfterDefinitionReturnType: false
AlwaysBreakBeforeMultilineStrings: false
BasedOnStyle: Google
BraceWrapping: {
AfterNamespace: 'false'
AfterClass: 'true'
BeforeElse: 'false'
AfterControlStatement: 'false'
AfterFunction: 'true'
BeforeCatch: 'false'
2017-04-12 17:46:44 +02:00
}
2018-08-06 21:17:03 +02:00
BreakBeforeBraces: Custom
BreakConstructorInitializersBeforeComma: true
ColumnLimit: 80
ConstructorInitializerAllOnOneLineOrOnePerLine: false
DerivePointerBinding: false
2018-07-03 17:19:14 +02:00
FixNamespaceComments: true
2018-08-06 21:17:03 +02:00
IndentCaseLabels: true
IndentWidth: 4
PointerBindsToType: false
SpacesBeforeTrailingComments: 2
Standard: Auto