summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2019-03-27 18:49:41 +0100
committerpgen <p.gen.progs@gmail.com>2019-03-27 20:15:40 +0100
commit299785968b8df8f6d34b991cf7fb1dfd429d381e (patch)
treed8a371a522f1fabc311d3e2a528ce163e7809450
parent01ea40a6cffccd89f97fa59c0a056df496a1ed3a (diff)
Modify the automatic code formatting rules
Do not always break the line before multiple strings
-rw-r--r--.clang-format2
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format
index 9247c60..ddc9146 100644
--- a/.clang-format
+++ b/.clang-format
@@ -14,7 +14,7 @@ AllowShortCaseLabelsOnASingleLine: 'false'
AllowShortFunctionsOnASingleLine: None
AllowShortIfStatementsOnASingleLine: 'false'
AllowShortLoopsOnASingleLine: 'false'
-AlwaysBreakBeforeMultilineStrings: 'true'
+AlwaysBreakBeforeMultilineStrings: 'false'
BinPackArguments: 'true'
BinPackParameters: 'true'
BreakBeforeBraces: Allman