Added .vimrc configured for the 4 spaces style.

This commit is contained in:
dongresource 2020-08-24 19:28:47 +02:00
parent 6d3868349d
commit fb993f0c5d
1 changed files with 9 additions and 0 deletions

9
.vimrc Normal file
View File

@ -0,0 +1,9 @@
" vim configuration file
" you will need to put 'set exrc' and 'set secure' into your main .vimrc file,
" in which case this file will be loaded automatically, but *only* if you
" start vim in this dir, or you can just load it directly with ':so .vimrc'
" every time.
set tabstop=4
set shiftwidth=4
set expandtab