summaryrefslogtreecommitdiffstats
path: root/.clang-format
diff options
context:
space:
mode:
authorUwe Klotz <uklotz@mixxx.org>2019-04-08 22:31:58 +0200
committerUwe Klotz <uklotz@mixxx.org>2019-04-09 21:11:59 +0200
commit9223a349d8c5a36235f639b94fd1220e8e2b6a9c (patch)
tree8f8462d05dc9ec1afce266707466f4f2a76ecd9b /.clang-format
parent067484135d2acc24a404c5c441b66606491ef57e (diff)
Update formatting rules as discussed in PR #2077
https://github.com/mixxxdj/mixxx/pull/2077
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format3
1 files changed, 2 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format
index 9530f729b1..c9a8af681d 100644
--- a/.clang-format
+++ b/.clang-format
@@ -10,7 +10,8 @@ ColumnLimit: 0
---
Language: Cpp
AccessModifierOffset: -2
-AlignAfterOpenBracket: AlwaysBreak
+AlignAfterOpenBracket: DontAlign
+AlignOperands: false
AllowShortFunctionsOnASingleLine: None
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false