Philipp Deppenwiese has uploaded this change for review.

View Change

clang-format: set to 80 chars per line

Change-Id: If785ff5eb5cbadab92b0c2fed67a202b6d0ed5d4
Signed-off-by: zaolin <zaolin.daisuki@gmail.com>
---
M .clang-format
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/47/31947/1
diff --git a/.clang-format b/.clang-format
index d853f50..c292e2f 100644
--- a/.clang-format
+++ b/.clang-format
@@ -7,7 +7,7 @@
IndentCaseLabels: false
SortIncludes: false
ContinuationIndentWidth: 8
-ColumnLimit: 0
+ColumnLimit: 80
AlwaysBreakBeforeMultilineStrings: true
AllowShortLoopsOnASingleLine: false
AllowShortFunctionsOnASingleLine: false

To view, visit change 31947. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: If785ff5eb5cbadab92b0c2fed67a202b6d0ed5d4
Gerrit-Change-Number: 31947
Gerrit-PatchSet: 1
Gerrit-Owner: Philipp Deppenwiese <zaolin.daisuki@gmail.com>
Gerrit-MessageType: newchange