From 51430d55c971a7439fb098547a85d76c23cc50ef Mon Sep 17 00:00:00 2001 From: CWX Date: Mon, 28 Jul 2025 20:38:35 +0100 Subject: [PATCH] Update EditorConfig for max length of 140 --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 0a4031d4..6de118ad 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,6 +6,7 @@ insert_final_newline = true indent_style = space indent_size = 4 trim_trailing_whitespace = true +max_line_length = 140 [{*.yaml,*.yml}] charset = utf-8