diff options
Diffstat (limited to '.vim/ftplugin/yaml.vim')
-rw-r--r-- | .vim/ftplugin/yaml.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.vim/ftplugin/yaml.vim b/.vim/ftplugin/yaml.vim new file mode 100644 index 0000000..510b376 --- /dev/null +++ b/.vim/ftplugin/yaml.vim @@ -0,0 +1 @@ +set expandtab tabstop=2 shiftwidth=2 spell spelllang=en |