diff --git a/ftplugin/yaml/common.vim b/ftplugin/yaml/common.vim new file mode 100644 index 0000000..d6a1455 --- /dev/null +++ b/ftplugin/yaml/common.vim @@ -0,0 +1,5 @@ +" Set indents compatible to yaml specification +setlocal softtabstop=2 +setlocal tabstop=2 +setlocal shiftwidth=2 +setlocal expandtab