aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-format
diff options
context:
space:
mode:
authorIvan Donchevskii <ivan.donchevskii@qt.io>2018-11-21 13:00:44 +0100
committerIvan Donchevskii <ivan.donchevskii@qt.io>2018-11-27 10:20:52 +0000
commite5c2b30e903eefe052c74cdcf91bda0cfb1874db (patch)
tree41f7e65b6825b58f470c54bc0c7a93d7e6da4b97 /.clang-format
parentf1634df8b303fb2b107913c0deb16e1c5d42c111 (diff)
ClangFormat: Enable BreakStringLiterals in .clang-format
Change-Id: Icbd601c236cb5ad620d1bc7217a8629fe50a0046 Reviewed-by: Marco Bubke <marco.bubke@qt.io> Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
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 25df05eb26..953e0b44cd 100644
--- a/.clang-format
+++ b/.clang-format
@@ -53,7 +53,7 @@ BreakBeforeTernaryOperators: true
BreakConstructorInitializersBeforeComma: false
BreakConstructorInitializers: BeforeComma
BreakAfterJavaFieldAnnotations: false
-BreakStringLiterals: false
+BreakStringLiterals: true
ColumnLimit: 100
CommentPragmas: '^ IWYU pragma:'
CompactNamespaces: false