set autoindent in VIM
This commit is contained in:
parent
da7abc6e60
commit
047b94ffd8
@ -80,6 +80,8 @@ set shortmess=atI
|
|||||||
set title
|
set title
|
||||||
" Start scrolling three lines before the horizontal window border
|
" Start scrolling three lines before the horizontal window border
|
||||||
set scrolloff=3
|
set scrolloff=3
|
||||||
|
# Enable auto indent
|
||||||
|
set autoindent
|
||||||
|
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
" show existing tab with 4 spaces width
|
" show existing tab with 4 spaces width
|
||||||
|
Loading…
Reference in New Issue
Block a user