Conform will now format injected languages
This commit is contained in:
parent
67180e1e1d
commit
b8f72ed2ec
|
@ -65,7 +65,7 @@ tools.formatters = require("util.conform").assign_formatters({
|
||||||
json = { "jq" },
|
json = { "jq" },
|
||||||
toml = { "taplo" },
|
toml = { "taplo" },
|
||||||
nix = { "nixfmt" },
|
nix = { "nixfmt" },
|
||||||
-- ["*"] = { "codespell" },
|
["*"] = { "injected" },
|
||||||
["_"] = { "trim_whitespace", "trim_newlines" },
|
["_"] = { "trim_whitespace", "trim_newlines" },
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user