chore: add jsonc entry for conform

This commit is contained in:
Youwen Wu 2024-10-29 20:06:24 -07:00
parent 37a828cb6a
commit 7e4fb3639f
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -59,6 +59,7 @@ return {
nix = { "nixfmt" },
haskell = { "fourmolu", "ormolu", stop_after_first = true },
json = { "prettierd", "prettier", stop_after_first = true },
jsonc = { "prettierd", "prettier", stop_after_first = true },
toml = { "taplo", stop_after_first = true },
yaml = { "prettierd", "prettier", stop_after_first = true },
typst = { "typstyle" },