clang-format: Allow short cases

This commit is contained in:
Nick Renieris 2019-02-04 23:53:49 +02:00
parent 5ddf855ebc
commit 8399494ecf

View file

@ -10,7 +10,7 @@ AlignOperands: false
AlignTrailingComments: false
AllowAllParametersOfDeclarationOnNextLine: true
AllowShortBlocksOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: true
AllowShortFunctionsOnASingleLine: All
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false