minor changes in gitconf and vimrc

master
Daniel Nägele 11 years ago
parent c2f1b82298
commit bb63260a4b
  1. 2
      gitconfig
  2. 2
      vimrc

@ -13,3 +13,5 @@
ready = rebase -i @{u}
[push]
default = current
[color]
ui = true

@ -39,7 +39,7 @@ set backup
set backupdir=~/.backup/
"" tabs and stuff
set smartindent
set nosmartindent
set shiftwidth=4
set softtabstop=4
set expandtab " use spaces

Loading…
Cancel
Save