From 2e602344eaad8dbbbe6a5bd14496ae783ddf4f00 Mon Sep 17 00:00:00 2001 From: Techjar Date: Wed, 22 May 2019 01:49:42 -0400 Subject: [PATCH] Add BraceWrapping/AfterCaseLabel to .clang-format --- Source/.clang-format | 1 + 1 file changed, 1 insertion(+) 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