blob: e0f6ca9e885cb918ac58ba3a2ff996480c6ffc36 [file] [log] [blame]
---
AccessModifierOffset: '-4'
AllowShortBlocksOnASingleLine: 'false'
AllowShortCaseLabelsOnASingleLine: 'false'
AllowShortFunctionsOnASingleLine: None
AllowShortIfStatementsOnASingleLine: 'false'
AllowShortLoopsOnASingleLine: 'false'
AlwaysBreakTemplateDeclarations: 'true'
ConstructorInitializerIndentWidth: '8'
ColumnLimit: '0'
FixNamespaceComments: 'false'
IndentCaseLabels: 'true'
IndentWidth: '4'
Language: Cpp
MaxEmptyLinesToKeep: '2'
PointerAlignment: Left
SortIncludes: 'false'
SpaceAfterCStyleCast: 'true'
SpaceInEmptyParentheses: 'false'
TabWidth: '4'
UseTab: Never
...