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