emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 773f9eb: * .clang-format (ColumnLimit): Fix line length.


From: Philipp Stephani
Subject: master 773f9eb: * .clang-format (ColumnLimit): Fix line length.
Date: Wed, 23 Dec 2020 11:34:54 -0500 (EST)

branch: master
commit 773f9eb4673c20a218d42ec89dd08a1e45f77041
Author: Philipp Stephani <phst@google.com>
Commit: Philipp Stephani <phst@google.com>

    * .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 7895ada..9ab09a8 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:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]