From 35115223d3ed3c5edcbe2d1cbbee7ae57cfa07ac Mon Sep 17 00:00:00 2001 From: Katie Durden Date: Mon, 3 Apr 2023 16:57:57 -0700 Subject: [PATCH] Update .gitattributes to ensure .cs and .json files keep crlf line endings. --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitattributes b/.gitattributes index 1ff0c42..7d1c038 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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