Forced CRLF for *.manifest in gitattributes
This commit is contained in:
parent
dc8b943e49
commit
6259d32ac7
1 changed files with 1 additions and 0 deletions
1
.gitattributes
vendored
1
.gitattributes
vendored
|
@ -12,6 +12,7 @@
|
||||||
# These will always have CRLF line endings
|
# These will always have CRLF line endings
|
||||||
*.bat text eol=crlf
|
*.bat text eol=crlf
|
||||||
*.ini text eol=crlf
|
*.ini text eol=crlf
|
||||||
|
*.manifest text eol=crlf
|
||||||
|
|
||||||
# Custom for Visual Studio
|
# Custom for Visual Studio
|
||||||
*.cs diff=csharp
|
*.cs diff=csharp
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue