diff options
author | Cody Hiar <codyfh@gmail.com> | 2018-09-21 20:24:52 +0000 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2018-09-21 20:24:52 +0000 |
commit | d77b3f5c08f2e727424e10337159fb1148755e8c (patch) | |
tree | e20b53fb9f2b7a66a79a22e0c0a9336b54d93441 /plugin | |
parent | aab12ec9fbbfad6069d9720d857a8a0afeed35f0 (diff) |
Set yaml to 2 spaces
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/vim-options.vim | 2 |
1 files changed, 1 insertions, 1 deletions
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 |