mirror-chatterino2/.clang-format

34 lines
897 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-10-21 13:43:02 +02:00
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
2018-08-06 21:17:03 +02:00
AlwaysBreakAfterDefinitionReturnType: false
AlwaysBreakBeforeMultilineStrings: false
BasedOnStyle: Google
BraceWrapping: {
AfterNamespace: 'false'
AfterClass: 'true'
2018-10-21 13:43:02 +02:00
BeforeElse: 'true'
AfterControlStatement: 'true'
AfterFunction: 'true'
2018-10-21 13:43:02 +02:00
BeforeCatch: 'true'
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
2018-08-15 22:46:20 +02:00
IndentWrappedFunctionNames: true
IndentPPDirectives: AfterHash
NamespaceIndentation: Inner
2018-08-06 21:17:03 +02:00
PointerBindsToType: false
SpacesBeforeTrailingComments: 2
Standard: Auto