-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
.gitattributes
, unify eol/encoding
• Ensure generated content uses `\n` eol
- Loading branch information
Showing
17 changed files
with
603 additions
and
593 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
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Normalize EOL for all files that Git considers text files | ||
* text=auto eol=lf | ||
|
||
# Except files specific to Visual Studio | ||
*.sln eol=crlf | ||
*.csproj eol=crlf |
Oops, something went wrong.