diff options
Diffstat (limited to '.vim/ftplugin/yaml.vim')
-rw-r--r-- | .vim/ftplugin/yaml.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.vim/ftplugin/yaml.vim b/.vim/ftplugin/yaml.vim new file mode 100644 index 0000000..24241cb --- /dev/null +++ b/.vim/ftplugin/yaml.vim @@ -0,0 +1,2 @@ +setlocal expandtab shiftwidth=2 softtabstop=2 shiftround +let b:under_ftplugin = "setlocal expandtab< shiftwidth< softtabstop< shiftround<" |