diff options
-rw-r--r-- | .vim/ftplugin/yaml.vim | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.vim/ftplugin/yaml.vim b/.vim/ftplugin/yaml.vim new file mode 100644 index 0000000..dabd930 --- /dev/null +++ b/.vim/ftplugin/yaml.vim @@ -0,0 +1,6 @@ +setlocal textwidth=0 +setlocal tabstop=2 +setlocal softtabstop=2 +setlocal shiftwidth=2 +setlocal expandtab +setlocal smartindent |