From 79b6d2d7fdf24d3c7f6aba689af2ce13d5449a80 Mon Sep 17 00:00:00 2001
From: Varac <varac@varac.net>
Date: Mon, 31 Mar 2025 14:59:17 +0200
Subject: [PATCH] editorconfig: allow 256 chars in markdown

---
 home/dot_editorconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/home/dot_editorconfig b/home/dot_editorconfig
index 0ac3375..3065aef 100644
--- a/home/dot_editorconfig
+++ b/home/dot_editorconfig
@@ -23,7 +23,7 @@ indent_size = 4
 indent_size = 2
 
 [*.md]
-max_line_length = 120
+max_line_length = 256
 indent_size = 2
 
 [*.{yml,yaml}]
-- 
GitLab