]> git.phdru.name Git - dotfiles.git/commitdiff
Add .vim/ftplugin/yaml.vim
authorOleg Broytman <phd@phdru.name>
Sun, 6 Nov 2016 20:21:21 +0000 (23:21 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 6 Nov 2016 20:21:21 +0000 (23:21 +0300)
.vim/ftplugin/yaml.vim [new file with mode: 0644]

diff --git a/.vim/ftplugin/yaml.vim b/.vim/ftplugin/yaml.vim
new file mode 100644 (file)
index 0000000..a6098f2
--- /dev/null
@@ -0,0 +1,5 @@
+if exists("b:did_ftplugin")
+   finish
+endif
+
+set shiftwidth=2 softtabstop=2