Git: disable safecrlf.
This commit is contained in:
parent
bcc05fd0d7
commit
fa7e0af397
@ -11,6 +11,7 @@
|
||||
# If doesn't work, try: pager = less -+$LESS -FRX
|
||||
pager = less -r
|
||||
autocrlf = false
|
||||
safecrlf = false
|
||||
excludesfile = ~/.gitignore
|
||||
attributesfile = ~/.gitattributes
|
||||
[alias]
|
||||
@ -53,3 +54,6 @@
|
||||
[include]
|
||||
path = ~/.gitlocal
|
||||
|
||||
[user]
|
||||
name = Artem Sapegin
|
||||
email = artem@sapegin.ru
|
||||
|
Loading…
Reference in New Issue
Block a user