From 0af3742bae7dc44e426712843ab2b68b8a969c42 Mon Sep 17 00:00:00 2001 From: Pierre Krafft Date: Tue, 2 Jan 2018 00:05:16 +0100 Subject: [PATCH 1/2] Add .gitattributes --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..e9e869024c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Let git decide if a file is text or binary +* text=auto From 8492a0f0d306b4e09d2bb0921f90a4fd82d7f443 Mon Sep 17 00:00:00 2001 From: Pierre Krafft Date: Tue, 2 Jan 2018 00:12:17 +0100 Subject: [PATCH 2/2] Don't enforce Unix line endings --- .editorconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index bbe00f2d14..6e34da2d02 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,7 +11,5 @@ indent_style = space indent_size = 2 # No trailing spaces trim_trailing_whitespace = true -# Unix-style newlines -end_of_line = lf # Newline ending every file insert_final_newline = true