This repository has been archived by the owner on Apr 16, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#20 removed corrupt nuget.exe, fixed .gitattributes
- Loading branch information
Showing
2 changed files
with
6 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,8 @@ | ||
# git help gitattributes | ||
# text=auto | ||
# When text is set to "auto", the path is marked for automatic end-of-line normalization. | ||
# If Git decides that the content is text, its line endings are normalized to LF on checkin. | ||
# eol=lf | ||
# This attribute sets a specific line-ending style to be used in the working directory. | ||
# git help merge-file | ||
# merge=union | ||
# Instead of leaving conflicts in the file, resolve conflicts favouring our (or their or both) side of the lines. | ||
# Autodetect text or binary. Do not leave merge conflict markers in the files. | ||
* text=auto merge=union | ||
|
||
# Use LF in the working directory by default. Override with core.autocrlf=true. | ||
*.fs eol=lf | ||
|
||
# Normalize to LF in the repository and working directory. Do not leave merge conflict markers in the files. | ||
* text=auto eol=lf merge=union | ||
# Visual Studio can read LF sln files, but it always writes them as CRLF. | ||
*.sln text eol=crlf | ||
*.sln eol=crlf |
Binary file not shown.