From a7e78c7ca7a51671cdd7b0c150850bd5a00511d7 Mon Sep 17 00:00:00 2001 From: squeek Date: Sat, 29 Nov 2014 21:51:05 -0800 Subject: [PATCH] Enforce clrf line-endings --- .gitattributes | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..78ccac7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,13 @@ +* text=auto + +*.txt eol=crlf +*.res eol=crlf +*.lua eol=crlf +*.inf eol=crlf +*.res eol=crlf +*.vdf eol=crlf +*.lst eol=crlf +*.dsp eol=crlf +*.gam eol=crlf +*.fgd eol=crlf +*.vbsp eol=crlf \ No newline at end of file