From 63d0be0403e6e4f3132c5ab1fb86591a218dd7ab Mon Sep 17 00:00:00 2001 From: Bas Zoetekouw Date: Sat, 9 Mar 2024 17:51:43 +0100 Subject: [PATCH] Match editorconfig max line length with ruff config Signed-off-by: Bas Zoetekouw --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index f9726b2e..79736ca4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,7 +8,7 @@ end_of_line = lf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true -max_line_length = 120 +max_line_length = 100 [*.{yml,yaml}] indent_style = space