Add JSON filetype settings

This commit is contained in:
theanonymousexyz 2022-05-08 19:28:56 +02:00
parent 2a7ccd51d8
commit 61893738be
No known key found for this signature in database
GPG Key ID: 35EE09F5481049BB
1 changed files with 1 additions and 0 deletions

View File

@ -141,6 +141,7 @@ autocmd FileType css setlocal tabstop=2 shiftwidth=2
autocmd FileType scss setlocal tabstop=2 shiftwidth=2
autocmd FileType svelte setlocal tabstop=2 shiftwidth=2
autocmd FileType vue setlocal tabstop=2 shiftwidth=2
autocmd FileType json setlocal tabstop=2 shiftwidth=2
""" APPEARANCE