diff --git a/vim/after/ftplugin/yaml.vim b/vim/after/ftplugin/yaml.vim new file mode 100644 index 0000000..465838b --- /dev/null +++ b/vim/after/ftplugin/yaml.vim @@ -0,0 +1,5 @@ +" yaml.vim +" Eryn Wells + +setl shiftwidth=2 +setl softtabstop=2