autoclrf config for git
This commit is contained in:
parent
994512fbc5
commit
68f1d20047
2 changed files with 4 additions and 0 deletions
|
@ -2,3 +2,4 @@
|
||||||
path = dev/dotfiles/.gitconfig_includes.common
|
path = dev/dotfiles/.gitconfig_includes.common
|
||||||
path = dev/dotfiles/.gitconfig_includes.cygwin
|
path = dev/dotfiles/.gitconfig_includes.cygwin
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -7,3 +7,6 @@
|
||||||
autocorrect = 1
|
autocorrect = 1
|
||||||
[push]
|
[push]
|
||||||
default = simple
|
default = simple
|
||||||
|
|
||||||
|
[core]
|
||||||
|
autocrlf = true
|
||||||
|
|
Loading…
Reference in a new issue