Merge pull request #714 from Hex052/clang-format_AfterCaseLabel

Add AfterCaseLabel to .clang-format
This commit is contained in:
Eric Hawicz
2021-07-05 18:18:06 -04:00
committed by GitHub

View File

@@ -23,6 +23,8 @@ AllowShortFunctionsOnASingleLine: Empty
BreakBeforeBraces: Custom
# Control of individual brace wrapping cases.
BraceWrapping:
# Wrap brackets inside of a case
AfterCaseLabel: true
# Wrap class definition.
AfterClass: true
# Wrap control statements