mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2024-11-04 22:40:05 +00:00
Added .vimrc configured for the 4 spaces style.
This commit is contained in:
parent
6d3868349d
commit
fb993f0c5d
9
.vimrc
Normal file
9
.vimrc
Normal 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
|
Loading…
Reference in New Issue
Block a user