From e5f0eb1552f222eb2630e40ee348b090d56412a3 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Tue, 8 Oct 2019 06:58:52 -0400 Subject: Clean up line endings (#509) The CLRF visual studio files can be kept that way, but recognized as text. The assembly file can be converted to LF. --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f7d3833 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +* text=auto + +*.sln text eol=crlf +*.vcxproj* text eol=crlf -- cgit v1.2.1