From 094a35fc9222d9a079609a1ec1f1943d64610b3a Mon Sep 17 00:00:00 2001 From: u209936 Date: Mon, 14 Nov 2016 22:34:45 +0100 Subject: [PATCH] tell git to ignore line feeds --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..c104666 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +#Auto detect text files and perform LF normalization +* text=auto \ No newline at end of file