From 560cd27ef3bbaac66a858ab86b3be04148281c6e Mon Sep 17 00:00:00 2001 From: "kelly.leahy" Date: Sun, 8 May 2011 12:30:16 -0700 Subject: [PATCH] Add git attributes settings for *.c and *.h to force line endings to LF. --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..f90540b55 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.c eol=lf +*.h eol=lf