summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2019-02-27 19:57:23 +0100
committerMartin Roth <martinroth@google.com>2019-06-13 20:14:00 +0000
commit7945f7541717f07c038a0fa4c38130bb1128e2d8 (patch)
tree5b9b56f180dfe777589ae53079839ed7e4cc3ad5 /.clang-format
parent27ca9620581920aaaf3a657553bce0e42477523f (diff)
downloadcoreboot-7945f7541717f07c038a0fa4c38130bb1128e2d8.tar.xz
lint/clang-format: set to 96 chars per line
coreboot has decided to go with 96 characters per line. Original Signed-off-by: Patrick Georgi <pgeorgi@google.com> Original Reviewed-on: https://review.coreboot.org/c/coreboot/+/31651 Change-Id: I9c99e5cca6548e23cf755dc37193ff2aa669ac10 Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/33405 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com> Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
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 d853f50480..5c8aa3c439 100644
--- a/.clang-format
+++ b/.clang-format
@@ -7,7 +7,7 @@ AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
SortIncludes: false
ContinuationIndentWidth: 8
-ColumnLimit: 0
+ColumnLimit: 96
AlwaysBreakBeforeMultilineStrings: true
AllowShortLoopsOnASingleLine: false
AllowShortFunctionsOnASingleLine: false