Disabled injected formatter

This commit is contained in:
Dreaded_X 2024-06-13 23:39:43 +02:00
parent b578e7bfd4
commit c7f3f3bb17
Signed by: Dreaded_X
GPG Key ID: FA5F485356B0D2D4

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