From 40bf7133c4981f7c6568375b15242aefb0956c5c Mon Sep 17 00:00:00 2001 From: Jordan Orelli Date: Wed, 25 May 2016 11:21:30 -0400 Subject: [PATCH] maybe some things i should have kept. --- .vim/ftplugin/ruby.vim | 2 ++ 1 file changed, 2 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..6a242df --- /dev/null +++ b/.vim/ftplugin/ruby.vim @@ -0,0 +1,2 @@ +set shiftwidth=2 +set tabstop=2