From 47379ed564f2b603b6ab7faa21163668391cd59d Mon Sep 17 00:00:00 2001 From: Jordan Orelli Date: Wed, 25 Apr 2018 23:02:18 +0000 Subject: [PATCH] fix yaml whitespace --- .vim/ftplugin/yaml.vim | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .vim/ftplugin/yaml.vim 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