vim/after/ftplugin/yaml.vim

6 lines
97 B
VimL

" Set up tabs
setlocal expandtab
setlocal tabstop=8
setlocal shiftwidth=4
setlocal softtabstop=4