From cf7b0bb5b6129889a70f8916c24933062adc9ec8 Mon Sep 17 00:00:00 2001 From: phunkyfish Date: Fri, 4 Oct 2019 16:00:13 +0100 Subject: [clang-format] switch - indent case and default --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.clang-format') diff --git a/.clang-format b/.clang-format index 02f730e6d6..c70b27c2af 100644 --- a/.clang-format +++ b/.clang-format @@ -51,7 +51,7 @@ IncludeCategories: - Regex: '.*' Priority: 1 IncludeIsMainRegex: '$' -IndentCaseLabels: false +IndentCaseLabels: true IndentWidth: 2 IndentWrappedFunctionNames: false JavaScriptQuotes: Leave -- cgit v1.2.3