From 9c2500918530a83d9f10e8fd5d03681d7939b92a Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Thu, 28 Apr 2022 02:48:32 +0900 Subject: [PATCH] editorconfig: Update maximum line length to 100 This commit updates the maximum line length from 80 to 100 as per the GitHub issue #30426 ("Enforce all checkpatch warnings and move to 100 characters per line"). Signed-off-by: Stephanos Ioannidis --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 07fc62990aa..c5173eef9bf 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,7 +9,7 @@ charset = utf-8 end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true -max_line_length = 80 +max_line_length = 100 # Assembly [*.S]