From ab329107d14ab1ffcd0fc6dd2e0d5d4e9e797c91 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Thu, 7 May 2015 08:34:42 -0700 Subject: [PATCH] [vim] Add yaml after-ftplugin script --- vim/after/ftplugin/yaml.vim | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 vim/after/ftplugin/yaml.vim 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