aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorphunkyfish <phunkyfish@gmail.com>2019-10-04 16:00:13 +0100
committerphunkyfish <phunkyfish@gmail.com>2019-10-06 09:10:26 +0100
commitcf7b0bb5b6129889a70f8916c24933062adc9ec8 (patch)
tree2a668554303233785c5f355fdb664ab8c38c59ea /.clang-format
parentd0dd36c61ed2613af812e1b6b40480c83927442f (diff)
[clang-format] switch - indent case and default
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format2
1 files changed, 1 insertions, 1 deletions
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