From 544028d677d5c34312c106d49e8b33f334f9ad34 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Tue, 1 Oct 2024 16:43:37 +0200 Subject: [PATCH] editorconfig: make the line length 120 We all have things larger than 80 columns these days. If this gets too out of hand, we can reduce it later. Signed-off-by: Greg Kroah-Hartman --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index b94d543..c4e45ef 100644 --- a/.editorconfig +++ b/.editorconfig @@ -14,7 +14,7 @@ tab_width = 8 [*.{c,h}] indent_style = tab -max_line_length = 80 +max_line_length = 120 [*.yml] indent_style = space