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
|
||||
# If doesn't work, try: pager = less -+$LESS -FRX
|
||||
pager = less -r
|
||||
autocrlf = input
|
||||
autocrlf = false
|
||||
safecrlf = false
|
||||
excludesfile = ~/.gitignore
|
||||
attributesfile = ~/.gitattributes
|
||||
[alias]
|
||||
a = add
|
||||
ua = reset HEAD
|
||||
|
Loading…
Reference in New Issue
Block a user