From e8d8a76998c731afab681cfb7ee979a28081395c Mon Sep 17 00:00:00 2001
From: Milan <26669564+Crementif@users.noreply.github.com>
Date: Fri, 15 Jun 2018 11:44:45 +0200
Subject: [PATCH] Change line endings to CRLF (windows)

This'll make it so that you can just edit the files with notepad.
---
 .gitattributes | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 .gitattributes

diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 00000000..c61b241e
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1 @@
+*.txt text eol=crlf