From d853c4ce415e50b5c2b378495e064ab7c8cc65ce Mon Sep 17 00:00:00 2001 From: Ekaitz Zárraga Date: Tue, 29 Mar 2016 13:54:05 +0200 Subject: Expandtab + --- vim/.vim/ftplugin/sh.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vim/.vim/ftplugin/sh.vim') diff --git a/vim/.vim/ftplugin/sh.vim b/vim/.vim/ftplugin/sh.vim index 5c2fba2..f41f3bf 100644 --- a/vim/.vim/ftplugin/sh.vim +++ b/vim/.vim/ftplugin/sh.vim @@ -1,2 +1,2 @@ -set tabstop=4 softtabstop=0 noexpandtab shiftwidth=4 +set tabstop=4 softtabstop=0 expandtab shiftwidth=4 set autoindent -- cgit v1.2.3