Add .git configuration files to enlistment root.

This commit is contained in:
David Brown 2016-06-16 15:54:40 +01:00
parent f9dc858d29
commit c64a75bd78
3 changed files with 68 additions and 0 deletions

10
.gitconfig Executable file
View file

@ -0,0 +1,10 @@
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = true
autocrlf = true
# safecrlf = false
[push]
default = simple