From fd5792aa72efaf9c18ae7fee0b33d922fba9421a Mon Sep 17 00:00:00 2001 From: valeth Date: Thu, 4 Aug 2016 03:31:55 +0200 Subject: [PATCH] add after/ftplugin settings for ruby --- after/ftplugin/ruby.vim | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 after/ftplugin/ruby.vim diff --git a/after/ftplugin/ruby.vim b/after/ftplugin/ruby.vim new file mode 100644 index 0000000..0f70de1 --- /dev/null +++ b/after/ftplugin/ruby.vim @@ -0,0 +1,4 @@ +set expandtab +set shiftwidth=4 +set softtabstop=4 +set shiftround