feat(nvim): add soft-tab spaces (why was this commented out?)

This commit is contained in:
George Rawlinson 2020-01-29 21:42:04 +13:00
parent 51929f0225
commit a0151fd8ad
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 1 additions and 1 deletions

View File

@ -20,9 +20,9 @@ set number
" display
set tabstop=4
set softtabstop=4
set shiftwidth=4
set expandtab
"set softtabstop=4
" show tabs, trailing space & EOL
set listchars=tab:▸\ ,trail,eol