set autoindent in VIM

This commit is contained in:
Morgan Wattiez 2019-10-13 13:26:46 +02:00
parent da7abc6e60
commit 047b94ffd8

View File

@ -80,6 +80,8 @@ set shortmess=atI
set title
" Start scrolling three lines before the horizontal window border
set scrolloff=3
# Enable auto indent
set autoindent
filetype plugin indent on
" show existing tab with 4 spaces width