New file |
| | |
| | | BasedOnStyle: LLVM |
| | | UseTab: ForIndentation |
| | | IndentWidth: 4 |
| | | TabWidth: 4 |
| | | ColumnLimit: 0 |
| | | AllowShortIfStatementsOnASingleLine: true |
| | | AllowShortCaseLabelsOnASingleLine: true |
| | | AllowShortBlocksOnASingleLine: true |
| | | AllowShortEnumsOnASingleLine: true |
| | | AllowShortLoopsOnASingleLine: true |
| | | AllowShortLambdasOnASingleLine: true |
| | | AllowShortFunctionsOnASingleLine: true |
| | | BreakBeforeBraces: Linux |
| | | IndentCaseLabels: false |
| | | AccessModifierOffset: -4 |
| | | BreakConstructorInitializers: AfterColon |
| | | AlignConsecutiveAssignments: true |
| | | AlignConsecutiveDeclarations: true |
| | | AlignTrailingComments: true |
| | | AlignEscapedNewlinesLeft: true |
| | | PointerAlignment: Right |
| | | SpaceAfterCStyleCast: true |
| | | |