aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2023-10-19 07:37:53 +0800
committerGuangxiong Lin <[email protected]>2023-10-19 07:37:53 +0800
commit2f9659a5b2d313c76ae9b36fa1c53e6585436edb (patch)
tree86c9151725d619af83ba687a580d8efb2e9a400b
parent059def4897e06d73b1846996bd9dad47e7c5d290 (diff)
downloaddotfiles-2f9659a5b2d313c76ae9b36fa1c53e6585436edb.tar.gz
dotfiles-2f9659a5b2d313c76ae9b36fa1c53e6585436edb.tar.bz2
dotfiles-2f9659a5b2d313c76ae9b36fa1c53e6585436edb.zip
Update ruby indent config
-rw-r--r--.vim/after/ftplugin/ruby.vim2
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