aboutsummaryrefslogtreecommitdiff
path: root/nvim/lua
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2026-09-08 12:50:49 +0200
committerThomas Schmucker <ts@its1.de>2026-09-08 12:50:49 +0200
commit28f515c95ab95f92ab60053afd3a44d4b7f67598 (patch)
tree255a6474f8d9b50007de1f6ab3346c5bc4c1b4d0 /nvim/lua
parent40dd55d2fe0d927307ddf1b43b972fb53084e2be (diff)
downloaddotfiles-28f515c95ab95f92ab60053afd3a44d4b7f67598.tar.gz
dotfiles-28f515c95ab95f92ab60053afd3a44d4b7f67598.tar.bz2
dotfiles-28f515c95ab95f92ab60053afd3a44d4b7f67598.zip
Keine abschließenden kommas in JSON-Dateien
Diffstat (limited to 'nvim/lua')
-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 = {