Use 4 space tabs in YAML files

This commit is contained in:
Kenneth Benzie 2017-12-06 10:35:03 +00:00
parent 3f4916ad55
commit f21e5d0364

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