12 lines
389 B
YAML
12 lines
389 B
YAML
IndentWidth: 4
|
|
ColumnLimit: 240
|
|
PointerAlignment: Left
|
|
AllowShortBlocksOnASingleLine: Never
|
|
AllowShortCaseLabelsOnASingleLine: true
|
|
AllowShortCompoundRequirementOnASingleLine: true
|
|
AllowShortEnumsOnASingleLine: true
|
|
AllowShortFunctionsOnASingleLine: None
|
|
AllowShortIfStatementsOnASingleLine: Never
|
|
AllowShortLambdasOnASingleLine: None
|
|
AllowShortLoopsOnASingleLine: false
|
|
InsertBraces: true |