Set tab to 4 spaces on yaml
This commit is contained in:
parent
6f2d780da1
commit
31431c58fd
1 changed files with 1 additions and 0 deletions
|
@ -210,6 +210,7 @@ augroup configgroup
|
||||||
autocmd FileType python setlocal colorcolumn=80
|
autocmd FileType python setlocal colorcolumn=80
|
||||||
autocmd BufEnter Makefile,*.asm setlocal noexpandtab tabstop=6 shiftwidth=6 softtabstop=0
|
autocmd BufEnter Makefile,*.asm setlocal noexpandtab tabstop=6 shiftwidth=6 softtabstop=0
|
||||||
autocmd BufEnter *.sh setlocal shiftwidth=2 tabstop=2 softtabstop=2 foldlevel=0 foldmethod=marker
|
autocmd BufEnter *.sh setlocal shiftwidth=2 tabstop=2 softtabstop=2 foldlevel=0 foldmethod=marker
|
||||||
|
autocmd FileType yaml setlocal shiftwidth=4 tabstop=4 softtabstop=4
|
||||||
|
|
||||||
augroup END
|
augroup END
|
||||||
" }}}
|
" }}}
|
||||||
|
|
Loading…
Add table
Reference in a new issue