From 669c2bd20f45f7ebe4283e7696ad7535acf823de Mon Sep 17 00:00:00 2001 From: binarymaster Date: Fri, 15 Jan 2016 22:57:51 +0300 Subject: [PATCH] Repository: Add .gitattributes --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f9347da --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +# Auto detect text files and perform LF normalization +* text=auto + +# Plain text (Windows) +*.txt diff=astextplain eol=crlf +*.ini diff=astextplain eol=crlf