diff options
| author | Connor McLaughlin <stenzek@gmail.com> | 2019-05-22 16:08:48 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-22 16:08:48 +1000 |
| commit | 2bedb8a59202e95e2ffb6ba2766223dc8ddd6c4d (patch) | |
| tree | 4fe5a6d3a1baa9a8f0b5b54798f165ed31976752 /Source | |
| parent | 68877c52d11268ffe9161677959f82c7ba15f382 (diff) | |
| parent | 2e602344eaad8dbbbe6a5bd14496ae783ddf4f00 (diff) | |
Merge pull request #8112 from Techjar/clang-format-case-labels
Add BraceWrapping/AfterCaseLabel to .clang-format
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/.clang-format | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/.clang-format b/Source/.clang-format index c4f102adc1..06a5f10067 100644 --- a/Source/.clang-format +++ b/Source/.clang-format @@ -20,6 +20,7 @@ AlwaysBreakTemplateDeclarations: true BinPackArguments: true BinPackParameters: true BraceWrapping: + AfterCaseLabel: true AfterClass: true AfterControlStatement: true AfterEnum: true |
