aboutsummaryrefslogtreecommitdiff
path: root/inc/filetype-options.vim
diff options
context:
space:
mode:
Diffstat (limited to 'inc/filetype-options.vim')
-rw-r--r--inc/filetype-options.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/filetype-options.vim b/inc/filetype-options.vim
index b67360e..f0cbb37 100644
--- a/inc/filetype-options.vim
+++ b/inc/filetype-options.vim
@@ -74,8 +74,8 @@ function SetHTMLOptions()
set smartindent
endfunction
function SetShellOptions()
- set tabstop=4
- set shiftwidth=4
+ set tabstop=8
+ set shiftwidth=8
set noexpandtab
filetype indent on
set smartindent