Expand tabs by default
This commit is contained in:
parent
081d1c584b
commit
8b82ba1a9d
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue