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

master
Katie Durden 2023-04-03 16:57:57 -07:00
parent a7dfeb5526
commit 35115223d3
1 changed files with 6 additions and 0 deletions

6
.gitattributes vendored
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