summary refs log tree commit diff
path: root/vim/indent/ruby.vim
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2018-02-28 08:40:49 -0800
committerFranck Cuny <franck.cuny@gmail.com>2018-02-28 08:40:49 -0800
commit9210a2bb594298fb32600e360e6a6cd50f33ac33 (patch)
treea3fb88da6131360f764410bea31ab028eb6b4e1b /vim/indent/ruby.vim
parent[Makefile] fix the URL to my public key (diff)
downloademacs.d-9210a2bb594298fb32600e360e6a6cd50f33ac33.tar.gz
[vim] Remove vim, I really can't get to switch.
Diffstat (limited to 'vim/indent/ruby.vim')
-rw-r--r--vim/indent/ruby.vim4
1 files changed, 0 insertions, 4 deletions
diff --git a/vim/indent/ruby.vim b/vim/indent/ruby.vim
deleted file mode 100644
index ae7d2e1..0000000
--- a/vim/indent/ruby.vim
+++ /dev/null
@@ -1,4 +0,0 @@
-au FileType ruby set expandtab
-au FileType ruby set shiftwidth=2
-au FileType ruby set softtabstop=2
-au FileType ruby set tabstop=2