mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-05 23:22:25 +00:00
Add .git configuration files to enlistment root.
This commit is contained in:
parent
f9dc858d29
commit
c64a75bd78
3 changed files with 68 additions and 0 deletions
10
.gitconfig
Executable file
10
.gitconfig
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
[core]
|
||||
repositoryformatversion = 0
|
||||
filemode = true
|
||||
bare = false
|
||||
logallrefupdates = true
|
||||
ignorecase = true
|
||||
autocrlf = true
|
||||
# safecrlf = false
|
||||
[push]
|
||||
default = simple
|
||||
Loading…
Add table
Add a link
Reference in a new issue