projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdcea81
)
* .clang-format (ColumnLimit): Fix line length.
author
Philipp Stephani
<phst@google.com>
Wed, 23 Dec 2020 16:34:26 +0000
(17:34 +0100)
committer
Philipp Stephani
<phst@google.com>
Wed, 23 Dec 2020 16:34:26 +0000
(17:34 +0100)
.clang-format
patch
|
blob
|
history
diff --git
a/.clang-format
b/.clang-format
index 7895ada36da80b2667f5f1929465d4534e023ebf..9ab09a86ff2d816298a8da8b10935924553aad80 100644
(file)
--- a/
.clang-format
+++ b/
.clang-format
@@
-4,7
+4,7
@@
AlignEscapedNewlinesLeft: true
AlwaysBreakAfterReturnType: TopLevelDefinitions
BreakBeforeBinaryOperators: All
BreakBeforeBraces: GNU
-ColumnLimit:
8
0
+ColumnLimit:
7
0
ContinuationIndentWidth: 2
ForEachMacros: [FOR_EACH_TAIL, FOR_EACH_TAIL_SAFE]
IncludeCategories: