All yaml types have tabsize 2
This commit is contained in:
parent
81301f8b57
commit
e8dc764ca0
|
@ -143,7 +143,7 @@ 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
|
autocmd FileType json setlocal tabstop=2 shiftwidth=2
|
||||||
autocmd FileType yaml setlocal tabstop=2 shiftwidth=2
|
autocmd FileType yaml* setlocal tabstop=2 shiftwidth=2
|
||||||
autocmd BufNewFile,BufRead zsh*,.zsh*,*.zsh set filetype=sh
|
autocmd BufNewFile,BufRead zsh*,.zsh*,*.zsh set filetype=sh
|
||||||
|
|
||||||
""" APPEARANCE
|
""" APPEARANCE
|
||||||
|
|
Loading…
Reference in a new issue