Configure tab indentation for shell

This commit is contained in:
2026-03-14 20:28:25 -04:00
parent 3fffcb381e
commit a158f78d3e

View File

@@ -18,3 +18,5 @@ if &term =~ '256color'
set t_ut=
endif
" Use tabs in shell
autocmd FileType sh setlocal tabstop=4 shiftwidth=4 noexpandtab