From: Samir Benmendil Date: Wed, 14 Jan 2015 12:16:15 +0000 (+0000) Subject: vim: 2 space indent for yaml X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/235b946e27dac5aa42a06eaa955e611c80add324 vim: 2 space indent for yaml --- 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