Expand tabs by default

This commit is contained in:
Anthony Rose 2022-10-13 09:41:58 +01:00
parent 081d1c584b
commit 8b82ba1a9d

2
vimrc
View file

@ -62,6 +62,7 @@ set cmdheight=1
set directory=$TEMP//,/tmp//,.
set display+=lastline
set encoding=utf-8
set expandtab
set formatoptions-=t
set hidden
set history=1000
@ -73,7 +74,6 @@ set list
set listchars=trail,extends:→,precedes:←,nbsp:␣
set modelines=0
set nobackup
set noexpandtab
set nojoinspaces
set nomodeline
set nowritebackup