mirror of
https://github.com/json-c/json-c.git
synced 2026-04-05 13:29:06 +08:00
Merge pull request #714 from Hex052/clang-format_AfterCaseLabel
Add AfterCaseLabel to .clang-format
This commit is contained in:
@@ -23,6 +23,8 @@ AllowShortFunctionsOnASingleLine: Empty
|
|||||||
BreakBeforeBraces: Custom
|
BreakBeforeBraces: Custom
|
||||||
# Control of individual brace wrapping cases.
|
# Control of individual brace wrapping cases.
|
||||||
BraceWrapping:
|
BraceWrapping:
|
||||||
|
# Wrap brackets inside of a case
|
||||||
|
AfterCaseLabel: true
|
||||||
# Wrap class definition.
|
# Wrap class definition.
|
||||||
AfterClass: true
|
AfterClass: true
|
||||||
# Wrap control statements
|
# Wrap control statements
|
||||||
|
|||||||
Reference in New Issue
Block a user