From d458355db1d27f2751d4864b161aa2e532fd630e Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 1 Apr 2019 09:04:16 +0200 Subject: Minor updates to vimrc --- vim/.vim/after/ftplugin/ruby.vim | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 vim/.vim/after/ftplugin/ruby.vim (limited to 'vim/.vim/after/ftplugin/ruby.vim') diff --git a/vim/.vim/after/ftplugin/ruby.vim b/vim/.vim/after/ftplugin/ruby.vim new file mode 100644 index 0000000..50637fd --- /dev/null +++ b/vim/.vim/after/ftplugin/ruby.vim @@ -0,0 +1,4 @@ +" GitLab development preferences +setlocal expandtab +setlocal shiftwidth=2 +setlocal tabstop=2 -- cgit v1.2.3