added all current config

This commit is contained in:
Ellen Arvidsson 2019-06-23 11:33:39 +02:00
commit 7f9136b78d
13 changed files with 245 additions and 0 deletions

View file

@ -0,0 +1,6 @@
" Tab specific option
set tabstop=8 "A tab is 8 spaces
set expandtab "Always uses spaces instead of tabs
set softtabstop=4 "Insert 4 spaces when tab is pressed
set shiftwidth=4 "An indent is 4 spaces
set shiftround "Round indent to nearest shiftwidth multiple