summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorJulius Werner <jwerner@chromium.org>2019-03-15 15:37:11 -0700
committerJulius Werner <jwerner@chromium.org>2019-03-15 23:05:06 +0000
commit0e3f7d47804d39912faec5a56bc9cddf91ea354b (patch)
tree49d4a0d7dff57cb041e6956d5885d3e6df08e2db /.clang-format
parentada45a3148955a1e8070f27c53542eecd1f81fd9 (diff)
downloadcoreboot-0e3f7d47804d39912faec5a56bc9cddf91ea354b.tar.xz
Revert "lint/clang-format: set to 96 chars per line"
This reverts commit 626ba097a2cd1c87800a2154420829b09803467e. This change was submitted under the incorrect assumption that there was agreement on a coding style change. There wasn't, so while the issue is under discussion we should revert to the previous status quo. Making clang-format honor the line length is a separate issue from changing the line length, and can be reuploaded as a separate CL. Change-Id: I433c82c95a897b3113cace3668cc8ce0f1ab75bf Signed-off-by: Julius Werner <jwerner@chromium.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/31916 Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
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 5c8aa3c439..d853f50480 100644
--- a/.clang-format
+++ b/.clang-format
@@ -7,7 +7,7 @@ AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
SortIncludes: false
ContinuationIndentWidth: 8
-ColumnLimit: 96
+ColumnLimit: 0
AlwaysBreakBeforeMultilineStrings: true
AllowShortLoopsOnASingleLine: false
AllowShortFunctionsOnASingleLine: false