Indent with spaces

main
mandlm 2021-01-18 08:43:51 +01:00
parent 0feb6580b1
commit 2ee5a7ede5
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 3 additions and 0 deletions

View File

@ -49,6 +49,9 @@ call plug#end()
set tabstop=4
set shiftwidth=4
" indent with spaces
set expandtab
" scroll offset
set scrolloff=4