dot-files/vim/.vim/after/ftplugin/yaml.vim

7 lines
206 B
VimL
Raw Normal View History

2020-01-13 15:51:16 +01:00
" Create the `b:undo_ftplugin` variable if it doesn't exist
call ftplugined#check_undo_ft()
" Use a small indentation value on YAML files
setlocal shiftwidth=2
let b:undo_ftplugin.='|setlocal shiftwidth<'