diff options
author | Guangxiong Lin <[email protected]> | 2023-10-19 07:37:53 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2023-10-19 07:37:53 +0800 |
commit | 2f9659a5b2d313c76ae9b36fa1c53e6585436edb (patch) | |
tree | 86c9151725d619af83ba687a580d8efb2e9a400b /.vim | |
parent | 059def4897e06d73b1846996bd9dad47e7c5d290 (diff) | |
download | dotfiles-2f9659a5b2d313c76ae9b36fa1c53e6585436edb.tar.gz dotfiles-2f9659a5b2d313c76ae9b36fa1c53e6585436edb.tar.bz2 dotfiles-2f9659a5b2d313c76ae9b36fa1c53e6585436edb.zip |
Update ruby indent config
Diffstat (limited to '.vim')
-rw-r--r-- | .vim/after/ftplugin/ruby.vim | 2 |
1 files changed, 2 insertions, 0 deletions
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 |