]> git.eshelyaron.com Git - emacs.git/commitdiff
* .clang-format (ColumnLimit): Fix line length.
authorPhilipp Stephani <phst@google.com>
Wed, 23 Dec 2020 16:34:26 +0000 (17:34 +0100)
committerPhilipp Stephani <phst@google.com>
Wed, 23 Dec 2020 16:34:26 +0000 (17:34 +0100)
.clang-format

index 7895ada36da80b2667f5f1929465d4534e023ebf..9ab09a86ff2d816298a8da8b10935924553aad80 100644 (file)
@@ -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: