aboutsummaryrefslogtreecommitdiffstats
path: root/ftplugin/yaml.vim
blob: cf1e63546ac3ec52b5f6da104835afd5c6e50fd3 (plain)
1
2
3
4
5
6
7
" YAML vim settings

" Indentation
setlocal expandtab
setlocal tabstop=2
setlocal softtabstop=2
setlocal shiftwidth=2