From 235b946e27dac5aa42a06eaa955e611c80add324 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Wed, 14 Jan 2015 12:16:15 +0000 Subject: [PATCH] vim: 2 space indent for yaml --- vim/ftplugin/yaml.vim | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 vim/ftplugin/yaml.vim 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 -- 2.48.1