chore: add jsonc entry for conform
This commit is contained in:
parent
37a828cb6a
commit
7e4fb3639f
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ return {
|
||||||
nix = { "nixfmt" },
|
nix = { "nixfmt" },
|
||||||
haskell = { "fourmolu", "ormolu", stop_after_first = true },
|
haskell = { "fourmolu", "ormolu", stop_after_first = true },
|
||||||
json = { "prettierd", "prettier", stop_after_first = true },
|
json = { "prettierd", "prettier", stop_after_first = true },
|
||||||
|
jsonc = { "prettierd", "prettier", stop_after_first = true },
|
||||||
toml = { "taplo", stop_after_first = true },
|
toml = { "taplo", stop_after_first = true },
|
||||||
yaml = { "prettierd", "prettier", stop_after_first = true },
|
yaml = { "prettierd", "prettier", stop_after_first = true },
|
||||||
typst = { "typstyle" },
|
typst = { "typstyle" },
|
||||||
|
|
Loading…
Reference in a new issue