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/?a=commitdiff_plain;h=a9f0f78b35f3622ac3369df6f85357f0796459cc;hp=250e75756f277f141cb3b0faa82d015beb66ffe6;p=dotfiles.git 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