Git: Disable crlf settings.
This commit is contained in:
parent
880e8c3940
commit
21c560da58
@ -1,2 +0,0 @@
|
|||||||
# Automatically normalize line endings for all text-based files
|
|
||||||
* text=auto
|
|
@ -10,10 +10,9 @@
|
|||||||
# http://stackoverflow.com/questions/136178/git-diff-handling-long-lines
|
# http://stackoverflow.com/questions/136178/git-diff-handling-long-lines
|
||||||
# If doesn't work, try: pager = less -+$LESS -FRX
|
# If doesn't work, try: pager = less -+$LESS -FRX
|
||||||
pager = less -r
|
pager = less -r
|
||||||
autocrlf = input
|
autocrlf = false
|
||||||
safecrlf = false
|
safecrlf = false
|
||||||
excludesfile = ~/.gitignore
|
excludesfile = ~/.gitignore
|
||||||
attributesfile = ~/.gitattributes
|
|
||||||
[alias]
|
[alias]
|
||||||
a = add
|
a = add
|
||||||
ua = reset HEAD
|
ua = reset HEAD
|
||||||
|
Loading…
Reference in New Issue
Block a user