From 2060f026366c0242730ad0b3ec5c6e26ac6edae4 Mon Sep 17 00:00:00 2001 From: mpm11011 Date: Fri, 18 Mar 2016 23:14:52 -0400 Subject: [PATCH] End of Line Normalization --- .gitattributes | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..c08ac139ed --- /dev/null +++ b/.gitattributes @@ -0,0 +1,24 @@ +# Auto detect text files and perform LF normalization +* text=auto + +# Source files +*.c text +*.cpp text +*.h text + +# Windows CRLF files + +# Custom for Visual Studio +*.cs diff=csharp + +# Standard to msysgit +*.doc diff=astextplain +*.DOC diff=astextplain +*.docx diff=astextplain +*.DOCX diff=astextplain +*.dot diff=astextplain +*.DOT diff=astextplain +*.pdf diff=astextplain +*.PDF diff=astextplain +*.rtf diff=astextplain +*.RTF diff=astextplain