X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/3aa885b05ed36b7addc40aae9b2bbf9cef6985db..235b946e27dac5aa42a06eaa955e611c80add324:/vim/ftplugin/yaml.vim?ds=inline diff --git a/vim/ftplugin/yaml.vim b/vim/ftplugin/yaml.vim new file mode 100644 index 0000000..a4e1aac --- /dev/null +++ b/vim/ftplugin/yaml.vim @@ -0,0 +1,4 @@ +set expandtab +set tabstop=2 +set shiftwidth=2 +set softtabstop=2