add autoindent

This commit is contained in:
Jean-Marie Mineau 2020-10-10 00:28:52 +02:00
parent 3c6bc2ae21
commit 0cb5237707

3
.vimrc
View file

@ -1,3 +1,6 @@
set tabstop=4 set tabstop=4
set softtabstop=0 noexpandtab set softtabstop=0 noexpandtab
set autoindent
filetype plugin on
syntax on