diff options
author | Ekaitz Zárraga <ekaitz.zarraga@fon.com> | 2016-01-29 13:38:32 +0100 |
---|---|---|
committer | Ekaitz Zárraga <ekaitz.zarraga@fon.com> | 2016-01-29 13:38:32 +0100 |
commit | 25d464f8d245932b09162f300e76b50bf8ffc54a (patch) | |
tree | 67ad70b9ccc815a696cf84d0c529f1d757a644a8 /vim/.vim | |
parent | 4dcd1c5f8df1b630ca6fd9d7c302cc4db7f032a3 (diff) |
Bash
Diffstat (limited to 'vim/.vim')
-rw-r--r-- | vim/.vim/ftplugin/bash.vim | 2 |
1 files changed, 2 insertions, 0 deletions
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 |