From bf2c038a9b8dbb02403e2bb519e0ed65089d4222 Mon Sep 17 00:00:00 2001 From: Ekaitz Zárraga Date: Fri, 29 Jan 2016 13:56:14 +0100 Subject: BASH to SHELL --- vim/.vim/ftplugin/sh.vim | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 vim/.vim/ftplugin/sh.vim (limited to 'vim/.vim/ftplugin/sh.vim') diff --git a/vim/.vim/ftplugin/sh.vim b/vim/.vim/ftplugin/sh.vim new file mode 100644 index 0000000..5c2fba2 --- /dev/null +++ b/vim/.vim/ftplugin/sh.vim @@ -0,0 +1,2 @@ +set tabstop=4 softtabstop=0 noexpandtab shiftwidth=4 +set autoindent -- cgit v1.2.3