16 lines
367 B
YAML
16 lines
367 B
YAML
---
|
|
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
|
|
...
|