use tabs not spaces

This commit is contained in:
Ray Elliott 2020-03-31 21:14:03 +01:00
parent ee797ad72b
commit 5687e956ee
1 changed files with 3 additions and 3 deletions

View File

@ -240,10 +240,10 @@ set diffopt+=vertical
set rnu nu set rnu nu
set tabstop=8 set tabstop=8
set softtabstop=2 set softtabstop=-1
set shiftwidth=2 set shiftwidth=8
set shiftround set shiftround
set expandtab set noexpandtab
set autoindent set autoindent
set textwidth=120 set textwidth=120