From 773f9eb4673c20a218d42ec89dd08a1e45f77041 Mon Sep 17 00:00:00 2001 From: Philipp Stephani Date: Wed, 23 Dec 2020 17:34:26 +0100 Subject: [PATCH] * .clang-format (ColumnLimit): Fix line length. --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 7895ada36da..9ab09a86ff2 100644 --- a/.clang-format +++ b/.clang-format @@ -4,7 +4,7 @@ AlignEscapedNewlinesLeft: true AlwaysBreakAfterReturnType: TopLevelDefinitions BreakBeforeBinaryOperators: All BreakBeforeBraces: GNU -ColumnLimit: 80 +ColumnLimit: 70 ContinuationIndentWidth: 2 ForEachMacros: [FOR_EACH_TAIL, FOR_EACH_TAIL_SAFE] IncludeCategories: -- 2.39.5