Update .gitattributes to ensure .cs and .json files keep crlf line endings.

This commit is contained in:
Katie Durden
2023-04-05 18:37:15 -07:00
parent a7dfeb5526
commit 35115223d3
+6
View File
@@ -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