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