2020-03-30 11:19:09 +02:00
|
|
|
---
|
|
|
|
BasedOnStyle: Webkit
|
|
|
|
IndentWidth: 2
|
2020-03-30 12:42:21 +02:00
|
|
|
AlignTrailingComments: true
|
|
|
|
SpacesBeforeTrailingComments: 8
|
|
|
|
AllowShortIfStatementsOnASingleLine: Always
|
|
|
|
AllowShortLoopsOnASingleLine: true
|
|
|
|
AllowShortLambdasOnASingleLine: true
|
|
|
|
AllowShortCaseLabelsOnASingleLine: true
|
|
|
|
AllowShortFunctionsOnASingleLine: All
|
|
|
|
AllowShortBlocksOnASingleLine: true
|
|
|
|
IndentCaseLabels: true
|