configs/.vimrc
Jean-Marie Mineau 0cb5237707 add autoindent
2020-10-10 00:28:52 +02:00

7 lines
89 B
VimL

set tabstop=4
set softtabstop=0 noexpandtab
set autoindent
filetype plugin on
syntax on