Merge pull request #4230 from OlegYch/fix-windows-eol

remove gittatributes, assume core.autocrlf=false
This commit is contained in:
eugene yokota 2018-06-26 19:35:56 -04:00 committed by GitHub
commit 58cb9b2383
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 8 deletions

8
.gitattributes vendored
View File

@ -1,11 +1,3 @@
# Set default behaviour, in case users don't have core.autocrlf set.
* text=auto
# Explicitly declare text files we want to always be normalized and converted
# to native line endings on checkout.
*.scala text
*.java text
# Exclude contraband generated files from diff (by default - you can see it if you want)
**/contraband-scala/**/* -diff merge=ours
**/contraband-scala/**/* linguist-generated=true