Disabled injected formatter

This commit is contained in:
2024-06-13 23:39:43 +02:00
parent b578e7bfd4
commit c7f3f3bb17

View File

@@ -67,7 +67,7 @@ tools.formatters = require("util.conform").assign_formatters({
json = { "jq" }, json = { "jq" },
toml = { "taplo" }, toml = { "taplo" },
nix = { "nixfmt" }, nix = { "nixfmt" },
["*"] = { "injected" }, -- ["*"] = { "injected" },
["_"] = { "trim_whitespace", "trim_newlines" }, ["_"] = { "trim_whitespace", "trim_newlines" },
}) })