summaryrefslogtreecommitdiffstats
path: root/.clang-format
diff options
context:
space:
mode:
authorUwe Klotz <uklotz@mixxx.org>2019-02-20 23:51:12 +0100
committerUwe Klotz <uklotz@mixxx.org>2019-04-09 21:11:59 +0200
commitf1dce7699439b3129d498162c05e6cf915a5027c (patch)
tree195e97c80d2f8687dbb18acfec85110f57140ccf /.clang-format
parent46d45483dc5531ebac50091ad0e2fa60ac4555be (diff)
Update formatting options
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format2
1 files changed, 2 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
index 19d6da4c7a..0b7d2af681 100644
--- a/.clang-format
+++ b/.clang-format
@@ -13,6 +13,8 @@ AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
ConstructorInitializerIndentWidth: 8
ContinuationIndentWidth: 8
+IndentCaseLabels: false
+ReflowComments: false
SpacesBeforeTrailingComments: 1
---
Language: JavaScript