diff options
Diffstat (limited to '_vim/ftplugin')
-rw-r--r-- | _vim/ftplugin/yaml.vim | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/_vim/ftplugin/yaml.vim b/_vim/ftplugin/yaml.vim new file mode 100644 index 0000000..827c405 --- /dev/null +++ b/_vim/ftplugin/yaml.vim @@ -0,0 +1,5 @@ +" +" ~/.vim/ftplugin/yaml.vim +" +setlocal shiftwidth=2 +setlocal expandtab |