@@ 99,17 99,8 @@ function! MatchIndent()
" Actually apply the rules now
if use_tabs > 0
- " Modified by Sebastian LaVine <mail@smlavine.com>,
- " 2021-10-12. See <https://git.sr.ht/~smlavine/dots>.
- " I use 8-space-long tabs.
- set noexpandtab
- set shiftwidth=8
- set softtabstop=8
- set tabstop=8
- "set noexpandtab
- "set shiftwidth=4
- "set softtabstop=4
- "set tabstop=4
+ " Use user's tab settings
+ " Modification by Sebastian LaVine, who uses 8-wide tabs
endif
if use_2_spaces > 0
set expandtab