mirror of
https://github.com/BradNut/dotfiles
synced 2025-09-08 17:40:19 +00:00
Adding base git config.
This commit is contained in:
parent
398f5987e8
commit
abb552c61a
1 changed files with 10 additions and 0 deletions
10
.gitconfig
Normal file
10
.gitconfig
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
[user]
|
||||||
|
name =
|
||||||
|
email =
|
||||||
|
[core]
|
||||||
|
excludesfile = ~/.gitignore_global
|
||||||
|
editor = vim
|
||||||
|
autocrlf = input
|
||||||
|
eol = lf
|
||||||
|
[push]
|
||||||
|
default = current
|
||||||
Loading…
Reference in a new issue