From fc9d32838ee0c9ad61ed8d26ddc8355cb03f776e Mon Sep 17 00:00:00 2001 From: Travis Grathwell Date: Sat, 8 Jun 2013 16:18:48 -0700 Subject: [PATCH] Add gitattributes file to force line endings as LF --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..9151357bd --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# See https://help.github.com/articles/dealing-with-line-endings + +# Set default behaviour, in case users don't have core.autocrlf set. +* text=auto +