Use 4 space tabs in YAML files

This commit is contained in:
Kenneth Benzie 2017-12-06 10:35:03 +00:00
parent d4239e2dc3
commit 47bc7f0eb3

5
after/ftplugin/yaml.vim Normal file
View File

@ -0,0 +1,5 @@
" Set up tabs
setlocal expandtab
setlocal tabstop=8
setlocal shiftwidth=4
setlocal softtabstop=4