aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2018-09-21 20:24:52 +0000
committerCody Hiar <codyfh@gmail.com>2018-09-21 20:24:52 +0000
commitd77b3f5c08f2e727424e10337159fb1148755e8c (patch)
treee20b53fb9f2b7a66a79a22e0c0a9336b54d93441
parentaab12ec9fbbfad6069d9720d857a8a0afeed35f0 (diff)
Set yaml to 2 spaces
-rw-r--r--plugin/vim-options.vim2
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