fix(json): use 2 space indent

This commit is contained in:
2026-05-10 00:43:33 +02:00
parent 768679aadf
commit 4364637385
+2
View File
@@ -164,6 +164,8 @@ vim.api.nvim_create_autocmd("FileType", {
vim.api.nvim_create_autocmd("FileType", { vim.api.nvim_create_autocmd("FileType", {
desc = "2-space indent", desc = "2-space indent",
pattern = { pattern = {
"json",
"jsonc",
"markdown", "markdown",
"html", "html",
"css", "css",