From d77b3f5c08f2e727424e10337159fb1148755e8c Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Fri, 21 Sep 2018 20:24:52 +0000 Subject: Set yaml to 2 spaces --- plugin/vim-options.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/vim-options.vim b/plugin/vim-options.vim index 4fc0984..109cc15 100644 --- a/plugin/vim-options.vim +++ b/plugin/vim-options.vim @@ -28,7 +28,7 @@ set statusline+=%2*\« " LEFT-POINTING DOUBLE ANGLE QUOT set statusline+=%2*\ %=\ %l/%L\ (%02p%%)\ " Rownumber/total (%) " Set spacing of filetypes -au FileType vim,ledger,html,htmldjango setlocal tabstop=2 +au FileType vim,ledger,yaml,html,htmldjango setlocal tabstop=2 au FileType sh,python setlocal tabstop=4 au FileType make setlocal tabstop=4 noexpandtab -- cgit v1.2.3