2017-02-06 14:47:47 +01:00
|
|
|
Language: Cpp
|
2018-08-06 21:17:03 +02:00
|
|
|
|
2017-02-06 14:47:47 +01:00
|
|
|
AccessModifierOffset: -1
|
|
|
|
AccessModifierOffset: -4
|
2018-08-06 21:17:03 +02:00
|
|
|
AlignEscapedNewlinesLeft: true
|
2017-02-06 14:47:47 +01:00
|
|
|
AllowShortFunctionsOnASingleLine: false
|
2018-07-14 14:24:18 +02:00
|
|
|
AllowShortIfStatementsOnASingleLine: true
|
2017-02-06 14:47:47 +01:00
|
|
|
AllowShortLoopsOnASingleLine: false
|
2018-08-06 21:17:03 +02:00
|
|
|
AlwaysBreakAfterDefinitionReturnType: false
|
|
|
|
AlwaysBreakBeforeMultilineStrings: false
|
|
|
|
BasedOnStyle: Google
|
2017-02-06 14:47:47 +01:00
|
|
|
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
|