Clang : Set AllowShortCaseLabelsOnASingleLine to false

This commit is contained in:
Magne Sjaastad 2018-03-14 15:04:32 +01:00
parent ca0c13be41
commit 06b619cd17

View File

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