From 21fe54de275054ebb9e900ef0e81f0d4329e3488 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 9 Apr 2020 11:04:38 +0300 Subject: [PATCH] More C formatting --- bin/bin/cfmt.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/bin/cfmt.sh b/bin/bin/cfmt.sh index 40e6953..51585ca 100755 --- a/bin/bin/cfmt.sh +++ b/bin/bin/cfmt.sh @@ -2,8 +2,11 @@ clang-format60 -style="{ BasedOnStyle: llvm, + ColumnLimit: 88, IndentWidth: 4, AllowAllParametersOfDeclarationOnNextLine: false, + AllowShortBlocksOnASingleLine: true, + AllowShortCaseLabelsOnASingleLine: true, BinPackArguments: false, BinPackParameters: false, BreakStringLiterals: false, -- 2.44.0