Add vimrc

This commit is contained in:
LordMathis 2017-09-01 14:34:31 +02:00
commit d666525e58
1 changed files with 9 additions and 0 deletions

9
.vimrc Normal file
View File

@ -0,0 +1,9 @@
syntax on
filetype plugin indent on
" show existing tab with 4 spaces width
set tabstop=4
" when indenting with '>', use 4 spaces width
set shiftwidth=4
" On pressing tab, insert 4 spaces
set expandtab