From: Philipp Stephani Date: Wed, 23 Dec 2020 16:34:26 +0000 (+0100) Subject: * .clang-format (ColumnLimit): Fix line length. X-Git-Tag: emacs-28.0.90~4598 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=773f9eb4673c20a218d42ec89dd08a1e45f77041;p=emacs.git * .clang-format (ColumnLimit): Fix line length. --- 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: