From fe3f1523106aa53bc7bcc70e24e8d5f98a51996f Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Fri, 3 Apr 2020 13:38:41 +0300 Subject: [PATCH] I hate when strings are broken --- bin/bin/cfmt.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/bin/cfmt.sh b/bin/bin/cfmt.sh index 8049666..1d5b4d6 100755 --- a/bin/bin/cfmt.sh +++ b/bin/bin/cfmt.sh @@ -7,4 +7,5 @@ clang-format60 -style="{ BinPackArguments: false, BinPackParameters: false, AllowAllParametersOfDeclarationOnNextLine: false, + BreakStringLiterals: false, }" $@ -- 2.44.0