More gitattributes diff/line ending fixes (#269)
This commit is contained in:
parent
23b8dff68c
commit
09d80916b8
1 changed files with 16 additions and 6 deletions
22
.gitattributes
vendored
22
.gitattributes
vendored
|
|
@ -1,17 +1,27 @@
|
|||
# General file endings
|
||||
* text=auto
|
||||
* binary
|
||||
*.* text=auto -binary
|
||||
|
||||
# Text
|
||||
*.bat text eol=crlf
|
||||
*.cmd text eol=crlf
|
||||
*.cs text diff=csharp
|
||||
*.cs text diff=csharp eol=lf
|
||||
*.css text diff=css eol=lf
|
||||
*.csproj text eol=crlf
|
||||
*.html text diff=html eol=lf
|
||||
*.json text eol=lf
|
||||
*.md text eol=lf
|
||||
*.md text eol=lf -binary
|
||||
*.props text eol=crlf
|
||||
*.ruleset text eol=crlf
|
||||
*.sh text eol=lf
|
||||
*.sln text eol=crlf
|
||||
*.svg text eol=lf
|
||||
*.yml text eol=lf
|
||||
|
||||
# Assets
|
||||
*.jpg binary
|
||||
*.jpeg binary
|
||||
*.png binary
|
||||
|
||||
# Specific paths
|
||||
Directory.Build.props text eol=crlf
|
||||
LICENSE text eol=lf
|
||||
publish.cmd text eol=lf
|
||||
THIRD-PARTY-NOTICES text eol=lf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue