aboutsummaryrefslogtreecommitdiff
path: root/nvim
diff options
context:
space:
mode:
Diffstat (limited to 'nvim')
-rw-r--r--nvim/lua/plugins/format.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/lua/plugins/format.lua b/nvim/lua/plugins/format.lua
index 476e513..77abc76 100644
--- a/nvim/lua/plugins/format.lua
+++ b/nvim/lua/plugins/format.lua
@@ -46,7 +46,7 @@ return {
46 formatters = { 46 formatters = {
47 prettier_jsonc = { 47 prettier_jsonc = {
48 inherit = "prettier", 48 inherit = "prettier",
49 prepend_args = { "--parser", "jsonc" }, 49 prepend_args = { "--parser", "jsonc", "--trailing-comma", "none" },
50 }, 50 },
51 }, 51 },
52 default_format_opts = { 52 default_format_opts = {