diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2021-09-13 18:55:42 -0400 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2021-09-13 18:55:42 -0400 |
| commit | 9baf183d9926b30404194e8d8e80b6f433b70b4c (patch) | |
| tree | 75168d10e5d6c8a1d89ce31bda30706b23472d37 | |
| parent | 263d4dc6dfd499bf20bf3303ad0afa48d76fd4bf (diff) | |
| download | vim-cfg-9baf183d9926b30404194e8d8e80b6f433b70b4c.tar.gz vim-cfg-9baf183d9926b30404194e8d8e80b6f433b70b4c.tar.xz | |
| -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 |
