From 47d40e3ed7cdc963edfa600737a3457346ff7226 Mon Sep 17 00:00:00 2001 From: Tim Wundenberg Date: Tue, 2 Dec 2025 21:19:54 +0100 Subject: [PATCH] feat: increase line width --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 572f760..90534c0 100644 --- a/init.lua +++ b/init.lua @@ -276,7 +276,7 @@ require("conform").setup({ }, formatters = { mdformat = { - args = { "--wrap", "80", "-" }, + args = { "--wrap", "100", "-" }, } }, default_format_opts = {