fix: 4 spaces indentation for JSON too

server
iGor milhit 2018-03-06 09:06:51 +01:00
parent 83255688f9
commit 7e22299930
No known key found for this signature in database
GPG Key ID: 2674D83517E4DD21
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ set tabstop=4
set expandtab
set softtabstop=4
set shiftwidth=4
autocmd FileType json setlocal shiftwidth=2 tabstop=2
" autocmd FileType json setlocal shiftwidth=2 tabstop=2
set showcmd " Show (partial) command in status line.
set showmode " Show indication of having changed modes