From f7c84dfd09ce121189cb1c220eb441350cacba70 Mon Sep 17 00:00:00 2001 From: berniev Date: Thu, 15 Sep 2022 03:57:50 +1000 Subject: [PATCH] column limit --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index c7c897dbc4..f015d4af8c 100644 --- a/.clang-format +++ b/.clang-format @@ -33,7 +33,7 @@ BreakBeforeBinaryOperators: NonAssignment BreakBeforeTernaryOperators: true BreakConstructorInitializers: BeforeColon BreakInheritanceList: BeforeColon -ColumnLimit: 0 +ColumnLimit: 100 CompactNamespaces: false ContinuationIndentWidth: 4 IndentCaseLabels: true