add autoindent
This commit is contained in:
parent
3c6bc2ae21
commit
0cb5237707
1 changed files with 3 additions and 0 deletions
3
.vimrc
3
.vimrc
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue