2021-11-28 15:57:20 +01:00
|
|
|
---
|
|
|
|
TabWidth: 4
|
|
|
|
IndentWidth: 4
|
|
|
|
UseTab: Always
|
|
|
|
IndentPPDirectives: BeforeHash
|
|
|
|
SortIncludes: true
|
|
|
|
AlignAfterOpenBracket: true
|
|
|
|
AlignConsecutiveAssignments: true
|
|
|
|
AlignEscapedNewlinesLeft: true
|
|
|
|
AlignEscapedNewlinesLeft: true
|
|
|
|
AlignTrailingComments: true
|
|
|
|
AllowShortIfStatementsOnASingleLine: true
|
|
|
|
AllowShortLoopsOnASingleLine: true
|
|
|
|
ColumnLimit: 0
|
|
|
|
MaxEmptyLinesToKeep: 1
|
2021-12-05 13:34:56 +01:00
|
|
|
PointerAlignment: Left
|
2021-11-28 15:57:20 +01:00
|
|
|
...
|