From 98aba43184b8b4714030946ff9604cac0dc73802 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Mon, 18 Nov 2013 20:29:53 -0500 Subject: [PATCH] Add .gitattributes file for EOL normalization --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..dfe0770 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Auto detect text files and perform LF normalization +* text=auto