Make tabs 4 displayed 4 spaces wide

This commit is contained in:
Jonny Barnes 2017-12-01 10:26:13 +00:00
parent bb9664c005
commit 3345246e8d

View file

@ -140,7 +140,7 @@ set expandtab
" Indentation settings for using hard tabs for indent. Display tabs as " Indentation settings for using hard tabs for indent. Display tabs as
" two characters wide. " two characters wide.
"set shiftwidth=2 "set shiftwidth=2
"set tabstop=2 set tabstop=4
" Force the cursor onto a new line after 80 characters " Force the cursor onto a new line after 80 characters
set textwidth=80 set textwidth=80