fix(json): use 2 space indent
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user