diff --git a/after/ftplugin/yaml.vim b/after/ftplugin/yaml.vim new file mode 100644 index 0000000..b342cc4 --- /dev/null +++ b/after/ftplugin/yaml.vim @@ -0,0 +1,5 @@ +" Set up tabs +setlocal expandtab +setlocal tabstop=8 +setlocal shiftwidth=4 +setlocal softtabstop=4