From 554d99be364c24e62c22b4bc36f51e55c3e32de5 Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Sun, 14 Jul 2013 12:15:09 -0500 Subject: [PATCH] Add Git attributes This will perform newline normalization across Windows, Mac, and Linux. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..21256661 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto \ No newline at end of file