aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2021-09-13 18:55:42 -0400
committerMitchell Riedstra <mitch@riedstra.dev>2021-09-13 18:55:42 -0400
commit9baf183d9926b30404194e8d8e80b6f433b70b4c (patch)
tree75168d10e5d6c8a1d89ce31bda30706b23472d37
parent263d4dc6dfd499bf20bf3303ad0afa48d76fd4bf (diff)
downloadvim-cfg-master.tar.gz
vim-cfg-master.tar.xz
Finally fix the shiftwidth issue in the shell scriptsHEADmaster
-rw-r--r--plugin/filetype-options.vim2
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