Brian Silverman | 87ac19c | 2018-08-04 13:50:14 -0700 | [diff] [blame^] | 1 | ColumnLimit: 100 |
| 2 | |
| 3 | UseTab: Never |
| 4 | IndentWidth: 4 |
| 5 | AccessModifierOffset: -4 |
| 6 | NamespaceIndentation: Inner |
| 7 | |
| 8 | BreakBeforeBraces: Allman |
| 9 | AlwaysBreakTemplateDeclarations: true |
| 10 | BreakConstructorInitializersBeforeComma: true |
| 11 | ConstructorInitializerAllOnOneLineOrOnePerLine: true |
| 12 | AllowShortBlocksOnASingleLine: true |
| 13 | AllowShortFunctionsOnASingleLine: All |
| 14 | AllowShortIfStatementsOnASingleLine: true |
| 15 | AllowShortLoopsOnASingleLine: true |
| 16 | |
| 17 | PointerAlignment: Left |
| 18 | AlignConsecutiveAssignments: false |
| 19 | AlignTrailingComments: true |
| 20 | |
| 21 | SpaceAfterCStyleCast: true |