From 141c5ea5e768a51b8ff617dd1e299686eaed09c2 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Tue, 1 Mar 2016 10:27:09 -0800 Subject: [PATCH] Adding tabbing settings for ruby --- .vim/ftplugin/ruby.vim | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .vim/ftplugin/ruby.vim diff --git a/.vim/ftplugin/ruby.vim b/.vim/ftplugin/ruby.vim new file mode 100644 index 0000000..21c2276 --- /dev/null +++ b/.vim/ftplugin/ruby.vim @@ -0,0 +1,3 @@ +set tabstop=2 +set shiftwidth=2 +set softtabstop=2