From a7c8c09affb13787e86ce975404ead086900183b Mon Sep 17 00:00:00 2001 From: Scott Hanselman Date: Tue, 5 Jun 2018 12:19:15 -0700 Subject: [PATCH] trying forcing LF --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3bbc761 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# Auto detect text files and perform LF normalization +# http://davidlaing.com/2012/09/19/customise-your-gitattributes-to-become-a-git-ninja/ +* text=lf + +*.cs diff=csharp \ No newline at end of file