From 9baf183d9926b30404194e8d8e80b6f433b70b4c Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Mon, 13 Sep 2021 18:55:42 -0400 Subject: Finally fix the shiftwidth issue in the shell scripts --- plugin/filetype-options.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3