summaryrefslogtreecommitdiffstats
path: root/.clang-format
diff options
context:
space:
mode:
authorUwe Klotz <uklotz@mixxx.org>2020-05-23 10:43:34 +0200
committerUwe Klotz <uklotz@mixxx.org>2020-06-11 15:59:53 +0200
commitfa5f296b5753100ff04a198921b6dc193ae3f945 (patch)
tree9e3d305af04c4d3d97135ec4829860d6e8796208 /.clang-format
parenta1e398a3c274062aa953ceaeb6945c29ae145bae (diff)
clang-format: Enable AlwaysBreakBeforeMultilineStrings
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format1
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
index 764c2547d9..4918e8f54f 100644
--- a/.clang-format
+++ b/.clang-format
@@ -18,6 +18,7 @@ AlignOperands: false
AllowShortFunctionsOnASingleLine: None
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
+AlwaysBreakBeforeMultilineStrings: true
BinPackArguments: false
BinPackParameters: false
ConstructorInitializerIndentWidth: 8