summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2019-02-27 19:57:23 +0100
committerNico Huber <nico.h@gmx.de>2019-03-05 12:45:47 +0000
commit626ba097a2cd1c87800a2154420829b09803467e (patch)
tree20379a79e40534529697955f6403531569037c02 /.clang-format
parentb27fb330c40c318188e34606d987661de079960f (diff)
downloadcoreboot-626ba097a2cd1c87800a2154420829b09803467e.tar.xz
lint/clang-format: set to 96 chars per line
80 chars + 2 tabs was the compromise we got to in the last round of discussion. Change-Id: I9293a69d1bea900da36501cde512004d0695ad37 Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/31651 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com> Reviewed-by: Nico Huber <nico.h@gmx.de>
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