12 lines
386 B
YAML
12 lines
386 B
YAML
---
|
|
BasedOnStyle: Webkit
|
|
IndentWidth: 2
|
|
AlignTrailingComments: true
|
|
SpacesBeforeTrailingComments: 8
|
|
AllowShortIfStatementsOnASingleLine: Always
|
|
AllowShortLoopsOnASingleLine: true
|
|
AllowShortLambdasOnASingleLine: true
|
|
AllowShortCaseLabelsOnASingleLine: true
|
|
AllowShortFunctionsOnASingleLine: All
|
|
AllowShortBlocksOnASingleLine: true
|
|
IndentCaseLabels: true |