feat: configure default markdown formatter to reflow at reflow_width
This commit is contained in:
parent
e930effa0c
commit
f61c716c27
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ pub const make = .{};
|
||||||
|
|
||||||
pub const markdown = .{
|
pub const markdown = .{
|
||||||
.language_server = .{ "marksman", "server" },
|
.language_server = .{ "marksman", "server" },
|
||||||
.formatter = .{ "prettier", "--parser", "markdown" },
|
.formatter = .{ "prettier", "--parser", "markdown", "--prose-wrap", "always", "--print-width", "{{reflow_width}}" },
|
||||||
};
|
};
|
||||||
|
|
||||||
pub const @"markdown-inline" = .{};
|
pub const @"markdown-inline" = .{};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue