c7d90ff1ab
- .vimrc added to reflect settings used in the project
6 lines
78 B
VimL
6 lines
78 B
VimL
set shiftwidth=4
|
|
set tabstop=8
|
|
set softtabstop=4
|
|
set expandtab
|
|
set cindent
|