From ee1da5f4a3938d4ba91aa0a12a9e2c92fc7f75dc Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Tue, 11 Dec 2012 19:45:11 -0500 Subject: [PATCH] Attempt to simplify my life over the long haul by normalizing line endings for project files. --- .gitattributes | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..8d8116bd07 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,24 @@ +# Specify a generic set of rules to help avoid line feed issues across +# various IDEs. +# + +# Source files +# +*.cpp text eol=lf +*.h text eol=lf +*.rc text eol=lf +*.php text eol=lf + +# Project files +# +*.vcproj text eol=crlf +*.sln text eol=crlf +*.ac text eol=lf +*.am text eol=lf +*.in text eol=lf +*.m4 text eol=lf + +# Commit Notes +# +checkin_notes text eol=lf +checkin_notes_2012 text eol=lf