vimrc: sw=2 for yaml files
This commit is contained in:
parent
2979efa031
commit
217f14fabb
1
vimrc
1
vimrc
@ -129,6 +129,7 @@ if has("autocmd")
|
|||||||
autocmd FileType html setlocal sw=2 ts=2 sts=2
|
autocmd FileType html setlocal sw=2 ts=2 sts=2
|
||||||
autocmd FileType xhtml setlocal sw=2 ts=2 sts=2
|
autocmd FileType xhtml setlocal sw=2 ts=2 sts=2
|
||||||
autocmd FileType xml setlocal sw=2 ts=2 sts=2
|
autocmd FileType xml setlocal sw=2 ts=2 sts=2
|
||||||
|
autocmd FileType yaml setlocal sw=2 ts=2 sts=2
|
||||||
autocmd FileType ruby setlocal sw=2 ts=2 sts=2
|
autocmd FileType ruby setlocal sw=2 ts=2 sts=2
|
||||||
endif " has("autocmd")
|
endif " has("autocmd")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user