Update .gitattributes to ensure .cs and .json files keep crlf line endings.
parent
a7dfeb5526
commit
35115223d3
|
@ -61,3 +61,9 @@
|
|||
#*.PDF diff=astextplain
|
||||
#*.rtf diff=astextplain
|
||||
#*.RTF diff=astextplain
|
||||
|
||||
|
||||
# Keep line endings consistent for files.
|
||||
*.cs eol=crlf
|
||||
*.json eol=crlf
|
||||
LICENSE* eol=crlf
|
||||
|
|
Loading…
Reference in New Issue