12 lines
251 B
YAML
12 lines
251 B
YAML
BasedOnStyle: LLVM
|
|
IndentWidth: 8
|
|
UseTab: Always
|
|
BreakBeforeBraces: Linux
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
IndentCaseLabels: false
|
|
|
|
ColumnLimit: 160
|
|
AlignEscapedNewlinesLeft: true
|
|
ReflowComments: true
|
|
AllowShortCaseLabelsOnASingleLine: true
|