Conform will now format injected languages

This commit is contained in:
Dreaded_X 2024-04-19 02:18:22 +02:00
parent 67180e1e1d
commit b8f72ed2ec
Signed by: Dreaded_X
GPG Key ID: FA5F485356B0D2D4

View File

@ -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" },
}) })