summary refs log tree commit diff
path: root/vim/indent/sh.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/sh.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 '')
-rw-r--r--vim/indent/sh.vim4
1 files changed, 0 insertions, 4 deletions
diff --git a/vim/indent/sh.vim b/vim/indent/sh.vim
deleted file mode 100644
index 286234a..0000000
--- a/vim/indent/sh.vim
+++ /dev/null
@@ -1,4 +0,0 @@
-au FileType sh set noexpandtab
-au FileType sh set shiftwidth=2
-au FileType sh set softtabstop=2
-au FileType sh set tabstop=2