From d670d8a64a8282f8600604b81c98d316191e121f Mon Sep 17 00:00:00 2001 From: Pyry Jahkola Date: Tue, 28 Oct 2025 22:02:50 +0200 Subject: [PATCH] Add max line length to .editorconfig --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 410ff6c9e..865bacd2b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,3 +7,4 @@ indent_style = space indent_size = 2 trim_trailing_whitespace = true insert_final_newline = true +max_line_length = 100