Michael Niewöhner has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/35412 )
Change subject: editorconfig: add max. line length ......................................................................
editorconfig: add max. line length
Change-Id: Ic9515cd9623369fbebf720e339f4fef122e4b525 --- M .editorconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/12/35412/1
diff --git a/.editorconfig b/.editorconfig index eb44fcd..b9d4fc4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,3 +9,4 @@ insert_final_newline = true end_of_line = lf trim_trailing_whitespace = true +max_line_length = 73
Patrick Georgi has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/35412 )
Change subject: editorconfig: add max. line length ......................................................................
Patch Set 1:
(2 comments)
https://review.coreboot.org/c/coreboot/+/35412/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/35412/1//COMMIT_MSG@9 PS1, Line 9: Change-Id: Ic9515cd9623369fbebf720e339f4fef122e4b525 missing signed-off-by line
https://review.coreboot.org/c/coreboot/+/35412/1/.editorconfig File .editorconfig:
https://review.coreboot.org/c/coreboot/+/35412/1/.editorconfig@12 PS1, Line 12: 73 we're at 96
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/35412
to look at the new patch set (#2).
Change subject: editorconfig: add max. line length ......................................................................
editorconfig: add max. line length
Change-Id: Ic9515cd9623369fbebf720e339f4fef122e4b525 Signed-off-by: Michael Niewöhner foss@mniewoehner.de --- M .editorconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/12/35412/2
Michael Niewöhner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/35412 )
Change subject: editorconfig: add max. line length ......................................................................
Patch Set 2:
(2 comments)
https://review.coreboot.org/c/coreboot/+/35412/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/35412/1//COMMIT_MSG@9 PS1, Line 9: Change-Id: Ic9515cd9623369fbebf720e339f4fef122e4b525
missing signed-off-by line
Done
https://review.coreboot.org/c/coreboot/+/35412/1/.editorconfig File .editorconfig:
https://review.coreboot.org/c/coreboot/+/35412/1/.editorconfig@12 PS1, Line 12: 73
we're at 96
Done
Patrick Georgi has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/35412 )
Change subject: editorconfig: add max. line length ......................................................................
Patch Set 2: Code-Review+2
Martin Roth has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/35412 )
Change subject: editorconfig: add max. line length ......................................................................
Patch Set 2: Code-Review-2
(1 comment)
I strongly disagree with adding this. If it were a ruler, i'd totally support it, but it's forced wrapping, which I don't think is something we want, even at 96 characters.
This would wrap URLs in the .MD files, for example. It's just not elegant, and I don't think it was thought through.
If you want to add a max_line_length to the file, I'd set it to off.
https://review.coreboot.org/c/coreboot/+/35412/2/.editorconfig File .editorconfig:
https://review.coreboot.org/c/coreboot/+/35412/2/.editorconfig@12 PS2, Line 12: max_line_length = 96 This FORCES the maximum length (for editors that support it), which is why I didn't add it.
See this discussion: https://github.com/editorconfig/editorconfig/issues/387
Patrick Georgi has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/35412 )
Change subject: editorconfig: add max. line length ......................................................................
Patch Set 2: -Code-Review
wow, good point. I guess the plugin for my editor isn't fully conformant then ;-)
Michael Niewöhner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/35412 )
Change subject: editorconfig: add max. line length ......................................................................
Patch Set 2:
Patch Set 2: -Code-Review
wow, good point. I guess the plugin for my editor isn't fully conformant then ;-)
Mine too. I use Atom with the editorconfig plugin, where this is just a ruler, not a hard limit
Michael Niewöhner has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/35412 )
Change subject: editorconfig: add max. line length ......................................................................
Abandoned