18 lines
392 B
Plaintext
18 lines
392 B
Plaintext
---
|
|
AlignConsecutiveAssignments: 'false'
|
|
AlignEscapedNewlines: Left
|
|
AllowShortBlocksOnASingleLine: 'true'
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
AllowShortIfStatementsOnASingleLine: 'false'
|
|
BinPackParameters: 'false'
|
|
BreakBeforeBraces: Linux
|
|
ColumnLimit: '80'
|
|
DerivePointerAlignment: 'false'
|
|
IndentWidth: '4'
|
|
PointerAlignment: Right
|
|
SortIncludes: 'false'
|
|
TabWidth: '4'
|
|
UseTab: Never
|
|
|
|
...
|