From 2f9659a5b2d313c76ae9b36fa1c53e6585436edb Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Thu, 19 Oct 2023 07:37:53 +0800 Subject: Update ruby indent config --- .vim/after/ftplugin/ruby.vim | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .vim/after/ftplugin/ruby.vim (limited to '.vim/after') diff --git a/.vim/after/ftplugin/ruby.vim b/.vim/after/ftplugin/ruby.vim new file mode 100644 index 0000000..c9f7e91 --- /dev/null +++ b/.vim/after/ftplugin/ruby.vim @@ -0,0 +1,2 @@ +set shiftwidth=2 +set softtabstop=2 -- cgit v1.2.3