From c5a9a77684a0b9d1ba961498e50067de44e0c6fe Mon Sep 17 00:00:00 2001 From: booto Date: Thu, 23 May 2019 00:42:42 -0400 Subject: [PATCH] clang-format: revert 'AfterCaseLabel' setting --- Source/.clang-format | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/.clang-format b/Source/.clang-format index 06a5f10067..c4f102adc1 100644 --- a/Source/.clang-format +++ b/Source/.clang-format @@ -20,7 +20,6 @@ AlwaysBreakTemplateDeclarations: true BinPackArguments: true BinPackParameters: true BraceWrapping: - AfterCaseLabel: true AfterClass: true AfterControlStatement: true AfterEnum: true