clone
ssh://git@git.notashelf.dev:33/notashelf/nixir.git| 1 | --- |
| 2 | Language: Cpp |
| 3 | BasedOnStyle: LLVM |
| 4 | IndentWidth: 2 |
| 5 | TabWidth: 2 |
| 6 | UseTab: Never |
| 7 | ColumnLimit: 100 |
| 8 | BreakBeforeBraces: Attach |
| 9 | AllowShortFunctionsOnASingleLine: Inline |
| 10 | AllowShortIfStatementsOnASingleLine: Never |
| 11 | AllowShortLoopsOnASingleLine: false |
| 12 | SpaceAfterCStyleCast: true |
| 13 | SpaceBeforeParens: ControlStatements |
| 14 | AlignConsecutiveAssignments: false |
| 15 | AlignConsecutiveDeclarations: false |
| 16 | NamespaceIndentation: None |
| 17 | PointerAlignment: Left |
| 18 | ReferenceAlignment: Left |