From: Oleg Broytman Date: Sun, 6 Nov 2016 20:21:21 +0000 (+0300) Subject: Add .vim/ftplugin/yaml.vim X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=a9f0f78b35f3622ac3369df6f85357f0796459cc Add .vim/ftplugin/yaml.vim --- diff --git a/.vim/ftplugin/yaml.vim b/.vim/ftplugin/yaml.vim new file mode 100644 index 0000000..a6098f2 --- /dev/null +++ b/.vim/ftplugin/yaml.vim @@ -0,0 +1,5 @@ +if exists("b:did_ftplugin") + finish +endif + +set shiftwidth=2 softtabstop=2