Add formatter options to jsonc
This commit is contained in:
parent
f6010d35db
commit
110e0882c6
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ return {
|
||||||
python = { "blue" },
|
python = { "blue" },
|
||||||
-- Use a sub-list to run only the first available formatter
|
-- Use a sub-list to run only the first available formatter
|
||||||
json = { { "prettierd", "prettier" } },
|
json = { { "prettierd", "prettier" } },
|
||||||
|
jsonc = { { "prettierd", "prettier" } },
|
||||||
javascript = { { "prettierd", "prettier" } },
|
javascript = { { "prettierd", "prettier" } },
|
||||||
typescript = { { "prettierd", "prettier" } },
|
typescript = { { "prettierd", "prettier" } },
|
||||||
javascriptreact = { { "prettierd", "prettier" } },
|
javascriptreact = { { "prettierd", "prettier" } },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue