fix: 4 spaces indentation for JSON too
parent
83255688f9
commit
7e22299930
2
init.vim
2
init.vim
|
@ -20,7 +20,7 @@ set tabstop=4
|
||||||
set expandtab
|
set expandtab
|
||||||
set softtabstop=4
|
set softtabstop=4
|
||||||
set shiftwidth=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 showcmd " Show (partial) command in status line.
|
||||||
set showmode " Show indication of having changed modes
|
set showmode " Show indication of having changed modes
|
||||||
|
|
Loading…
Reference in New Issue