feat: increase line width

This commit is contained in:
2025-12-02 21:19:54 +01:00
parent 06d1928f29
commit 47d40e3ed7

View File

@@ -276,7 +276,7 @@ require("conform").setup({
}, },
formatters = { formatters = {
mdformat = { mdformat = {
args = { "--wrap", "80", "-" }, args = { "--wrap", "100", "-" },
} }
}, },
default_format_opts = { default_format_opts = {