summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorPhilipp Stephani <phst@google.com>2020-12-23 17:34:26 +0100
committerPhilipp Stephani <phst@google.com>2020-12-23 17:34:26 +0100
commit773f9eb4673c20a218d42ec89dd08a1e45f77041 (patch)
tree9096c743e277ada01ec00d42af506e8cf4e0bb6a /.clang-format
parentbdcea81a2f906be3c573c42276dbfd35ccb432f9 (diff)
downloademacs-773f9eb4673c20a218d42ec89dd08a1e45f77041.tar.gz
* .clang-format (ColumnLimit): Fix line length.
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format2
1 files changed, 1 insertions, 1 deletions
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: