Update .gitattributes to ensure .cs and .json files keep crlf line endings.
This commit is contained in:
6
.gitattributes
vendored
6
.gitattributes
vendored
@@ -61,3 +61,9 @@
|
|||||||
#*.PDF diff=astextplain
|
#*.PDF diff=astextplain
|
||||||
#*.rtf diff=astextplain
|
#*.rtf diff=astextplain
|
||||||
#*.RTF diff=astextplain
|
#*.RTF diff=astextplain
|
||||||
|
|
||||||
|
|
||||||
|
# Keep line endings consistent for files.
|
||||||
|
*.cs eol=crlf
|
||||||
|
*.json eol=crlf
|
||||||
|
LICENSE* eol=crlf
|
||||||
|
Reference in New Issue
Block a user