summaryrefslogtreecommitdiffstats
path: root/.clang-format
diff options
context:
space:
mode:
authorUwe Klotz <uklotz@mixxx.org>2019-03-09 11:48:31 +0100
committerUwe Klotz <uklotz@mixxx.org>2019-04-09 21:11:59 +0200
commit03a69412bca5f370fa457b19a7aa4d7833d63522 (patch)
tree9d93e04a69b7b02135111479d290c43df392eeec /.clang-format
parent1f4532bc1cdf0498e0d40b56520638721fd7c74b (diff)
Avoid inconsitent arg/param list styles
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 0fb9ba300a..e38c74d23b 100644
--- a/.clang-format
+++ b/.clang-format
@@ -14,6 +14,8 @@ AlignAfterOpenBracket: AlwaysBreak
AllowShortFunctionsOnASingleLine: None
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
+BinPackArguments: false
+BinPackParameters: false
ConstructorInitializerIndentWidth: 8
ContinuationIndentWidth: 8
IndentCaseLabels: false