diff options
| -rw-r--r-- | plugin/filetype-options.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/filetype-options.vim b/plugin/filetype-options.vim index 0007116..4e58918 100644 --- a/plugin/filetype-options.vim +++ b/plugin/filetype-options.vim @@ -74,7 +74,7 @@ function SetHTMLOptions() endfunction function SetShellOptions() set tabstop=4 - set shiftwidth=8 + set shiftwidth=4 set noexpandtab filetype indent on set smartindent |
