BasedOnStyle: Google
IndentWidth: 4
TabWidth: 4
AlwaysBreakTemplateDeclarations: true
AllowShortFunctionsOnASingleLine: Inline
BreakBeforeBraces: Linux
IndentCaseLabels: true
AccessModifierOffset: -4
BreakBeforeBraces: Custom
BraceWrapping:
AfterClass: true
AfterControlStatement: false
AfterEnum: true
AfterFunction: true
AfterNamespace: false
AfterStruct: true
AfterUnion: true
BreakConstructorInitializersBeforeComma: true
ConstructorInitializerAllOnOneLineOrOnePerLine: true
BinPackParameters: false
BinPackArguments: false
ReflowComments: false
Language: Cpp
ColumnLimit: 120
ForEachMacros:
- foreach
- Q_FOREACH
- BOOST_FOREACH
- Q_localarea
Standard: Cpp11
AlignTrailingComments: true
PointerAlignment: Right
MaxEmptyLinesToKeep: 1
FixNamespaceComments: true
AlignConsecutiveDeclarations: true
AlignAfterOpenBracket: Align
AlignConsecutiveAssignments: true
AlignEscapedNewlinesLeft: true
AllowAllParametersOfDeclarationOnNextLine: true