blob: e0f6ca9e885cb918ac58ba3a2ff996480c6ffc36 [file] [log] [blame]
Austin Schuh86cd5722019-04-14 13:34:20 -07001---
2AccessModifierOffset: '-4'
3AllowShortBlocksOnASingleLine: 'false'
4AllowShortCaseLabelsOnASingleLine: 'false'
5AllowShortFunctionsOnASingleLine: None
6AllowShortIfStatementsOnASingleLine: 'false'
7AllowShortLoopsOnASingleLine: 'false'
8AlwaysBreakTemplateDeclarations: 'true'
9ConstructorInitializerIndentWidth: '8'
10ColumnLimit: '0'
11FixNamespaceComments: 'false'
12IndentCaseLabels: 'true'
13IndentWidth: '4'
14Language: Cpp
15MaxEmptyLinesToKeep: '2'
16PointerAlignment: Left
17SortIncludes: 'false'
18SpaceAfterCStyleCast: 'true'
19SpaceInEmptyParentheses: 'false'
20TabWidth: '4'
21UseTab: Never
22
23...