Browse Source
Merge pull request #714 from Hex052/clang-format_AfterCaseLabel
Add AfterCaseLabel to .clang-format
tags/json-c-0.16-20220414
Eric Hawicz
GitHub
4 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
.clang-format
|
|
|
@@ -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 |
|
|
|
|