From 7f535d184ec3b716675901db4d725177e29a9835 Mon Sep 17 00:00:00 2001 From: gabime Date: Mon, 25 Sep 2023 16:06:08 +0300 Subject: [PATCH] updated .clang-format --- .clang-format | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 11a24e8c..92f1367e 100644 --- a/.clang-format +++ b/.clang-format @@ -6,12 +6,13 @@ Standard: c++17 IndentWidth: 4 TabWidth: 4 UseTab: Never -ColumnLimit: 120 +ColumnLimit: 100 AlignAfterOpenBracket: Align BinPackParameters: false AlignEscapedNewlines: Left AlwaysBreakTemplateDeclarations: Yes PackConstructorInitializers: Never +BreakConstructorInitializersBeforeComma: true IndentPPDirectives: BeforeHash SortIncludes: Never ...