Add JSON filetype settings
This commit is contained in:
parent
2a7ccd51d8
commit
61893738be
|
@ -141,6 +141,7 @@ autocmd FileType css setlocal tabstop=2 shiftwidth=2
|
||||||
autocmd FileType scss setlocal tabstop=2 shiftwidth=2
|
autocmd FileType scss setlocal tabstop=2 shiftwidth=2
|
||||||
autocmd FileType svelte setlocal tabstop=2 shiftwidth=2
|
autocmd FileType svelte setlocal tabstop=2 shiftwidth=2
|
||||||
autocmd FileType vue setlocal tabstop=2 shiftwidth=2
|
autocmd FileType vue setlocal tabstop=2 shiftwidth=2
|
||||||
|
autocmd FileType json setlocal tabstop=2 shiftwidth=2
|
||||||
|
|
||||||
""" APPEARANCE
|
""" APPEARANCE
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue