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