Adding base git config.

This commit is contained in:
Bradley Shellnut 2021-11-24 14:54:56 -08:00
parent 398f5987e8
commit abb552c61a

10
.gitconfig Normal file
View file

@ -0,0 +1,10 @@
[user]
name =
email =
[core]
excludesfile = ~/.gitignore_global
editor = vim
autocrlf = input
eol = lf
[push]
default = current