Browse Source

Meta: Allow single line short case labels in .clang-format

master
Riyyi 2 years ago
parent
commit
7689efeb44
  1. 1
      .clang-format

1
.clang-format

@ -14,6 +14,7 @@ AlignTrailingComments: true
AllowAllArgumentsOnNextLine: false
AllowAllConstructorInitializersOnNextLine: true
AllowAllParametersOfDeclarationOnNextLine: false
AllowShortCaseLabelsOnASingleLine: true
AllowShortLambdasOnASingleLine: All
AlwaysBreakTemplateDeclarations: Yes

Loading…
Cancel
Save