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