From 7a9f7112aac1b7860189e0a2cf61623477617a4f Mon Sep 17 00:00:00 2001 From: Jeff Treuting Date: Sun, 24 Feb 2013 13:14:13 -0800 Subject: [PATCH] gitattributes for consistant line endings ref: https://help.github.com/articles/dealing-with-line-endings --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..16dec8d2 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Set default behaviour, in case users don't have core.autocrlf set. +* text=auto \ No newline at end of file