diff options
Diffstat (limited to 'vim/.vim/ftplugin/bash.vim')
-rw-r--r-- | vim/.vim/ftplugin/bash.vim | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vim/.vim/ftplugin/bash.vim b/vim/.vim/ftplugin/bash.vim deleted file mode 100644 index 5c2fba2..0000000 --- a/vim/.vim/ftplugin/bash.vim +++ /dev/null @@ -1,2 +0,0 @@ -set tabstop=4 softtabstop=0 noexpandtab shiftwidth=4 -set autoindent |