about summary refs log tree commit diff
path: root/.vim/ftplugin/yaml.vim
blob: 6b4c5196b0b6b9969ed03735d229bc4d1656f1ed (plain) (blame)
1
2
setlocal expandtab shiftwidth=2 softtabstop=2  shiftround
let b:undo_ftplugin = "setlocal expandtab< shiftwidth< softtabstop< shiftround<"