From 1e89bb36fb41c7a851193e8543e586943d9b884e Mon Sep 17 00:00:00 2001 From: Adrien Crivelli <adrien.crivelli@gmail.com> Date: Thu, 13 Dec 2018 04:35:49 +1100 Subject: [PATCH] Normalize to UNIX line ending (#3693) * Normalize to UNIX line ending This is the de-facto standard for code and make contributing easier for Linux users. * Revert "Normalize to UNIX line ending" This reverts commit a23e0a3d7aa8dd3b471338e7d5c898ba3bfa3da9. * Wire up github automatic/recommended newline handling --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000000..176a458f94e --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto