util: Add AllowShortCaseLabelsOnASingleLine option

This commit is contained in:
Hennadii Stepanov 2019-10-14 13:24:54 +03:00
parent e82f874a23
commit 11e3d5eb1d
No known key found for this signature in database
GPG key ID: 410108112E7EA81F

View file

@ -5,6 +5,7 @@ AlignEscapedNewlinesLeft: true
AlignTrailingComments: true
AllowAllParametersOfDeclarationOnNextLine: false
AllowShortBlocksOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: true
AllowShortFunctionsOnASingleLine: All
AllowShortIfStatementsOnASingleLine: true
AllowShortLoopsOnASingleLine: false