summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor McLaughlin <stenzek@gmail.com>2019-05-22 16:08:48 +1000
committerGitHub <noreply@github.com>2019-05-22 16:08:48 +1000
commit2bedb8a59202e95e2ffb6ba2766223dc8ddd6c4d (patch)
tree4fe5a6d3a1baa9a8f0b5b54798f165ed31976752
parent68877c52d11268ffe9161677959f82c7ba15f382 (diff)
parent2e602344eaad8dbbbe6a5bd14496ae783ddf4f00 (diff)
Merge pull request #8112 from Techjar/clang-format-case-labels
Add BraceWrapping/AfterCaseLabel to .clang-format
-rw-r--r--Source/.clang-format1
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