From cad51e1705a6239598d221327600bfe7945afe08 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Sun, 27 Oct 2024 20:00:41 +0100 Subject: [PATCH] Set max line length for markdown to 120 --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 7e655d4d..448b6532 100644 --- a/.editorconfig +++ b/.editorconfig @@ -16,3 +16,4 @@ indent_size = 4 [*.md] indent_size = 4 trim_trailing_whitespace = false +max_line_length = 120