From ab14b72526373db3d2402b841f21821d682838d1 Mon Sep 17 00:00:00 2001
From: chylex <contact@chylex.com>
Date: Fri, 13 Oct 2017 12:16:39 +0200
Subject: [PATCH] Force LF in emoji-ordering.txt and other txt/js files

---
 .gitattributes | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 .gitattributes

diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 00000000..d61cfa16
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,6 @@
+# Auto detect text files and perform LF normalization
+* text=auto
+
+*.txt text eof=lf
+*.js  text eof=lf
+*.cs  diff=csharp