This repository has been archived by the owner on Aug 30, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added git attributes for forced EOL handling across all platforms.
- Loading branch information
Showing
1 changed file
with
57 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,57 @@ | ||
* text=auto | ||
|
||
# Custom for Visual Studio | ||
*.cs diff=csharp | ||
|
||
# Normalise endings to CRLF | ||
*.cs eol=crlf | ||
*.xml eol=crlf | ||
*.xaml eol=crlf | ||
*.xsl eol=crlf | ||
*.xsd eol=crlf | ||
*.cshtml eol=crlf | ||
*.css eol=crlf | ||
*.js eol=crlf | ||
*.txt eol=crlf | ||
*.config eol=crlf | ||
*.sql eol=crlf | ||
*.sln eol=crlf | ||
*.csproj eol=crlf | ||
*.vbproj eol=crlf | ||
*.fsproj eol=crlf | ||
*.dbproj eol=crlf | ||
*.nunit eol=crlf | ||
*.html eol=crlf | ||
*.md eol=crlf | ||
*.proj eol=crlf | ||
*.bat eol=crlf | ||
*.cmd eol=crlf | ||
*.nuspec eol=crlf | ||
*.targets eol=crlf | ||
*.conf eol=crlf | ||
*.manifest eol=crlf | ||
*.ps1 eol=crlf | ||
*.resx eol=crlf | ||
*.asax eol=crlf | ||
*.aspx eol=crlf | ||
*.ncrunchproject eol=crlf | ||
*.ncrunchsolution eol=crlf | ||
*.msbuild eol=crlf | ||
*.template eol=crlf | ||
*.settings eol=crlf | ||
*.java eol=crlf | ||
.gitattributes eol=crlf | ||
.classpath eol=crlf | ||
.project eol=crlf | ||
|
||
# Standard to msysgit | ||
*.doc diff=astextplain | ||
*.DOC diff=astextplain | ||
*.docx diff=astextplain | ||
*.DOCX diff=astextplain | ||
*.dot diff=astextplain | ||
*.DOT diff=astextplain | ||
*.pdf diff=astextplain | ||
*.PDF diff=astextplain | ||
*.rtf diff=astextplain | ||
*.RTF diff=astextplain |