diff --git a/.vim/ftplugin/yaml.vim b/.vim/ftplugin/yaml.vim new file mode 100644 index 0000000..0509337 --- /dev/null +++ b/.vim/ftplugin/yaml.vim @@ -0,0 +1,4 @@ +set shiftwidth=2 +set tabstop=2 +set expandtab +set list