aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCeriath <ceriath@ceriath.net>2018-11-27 22:17:28 +0100
committerGitHub <noreply@github.com>2018-11-27 22:17:28 +0100
commitd6b0fad0f1a9c98f6955baed06197ff6bd0c2cab (patch)
tree1beaf197b55d12e0c515fff52b9ba070c65c890c
parente594f1a4948f6344f8353faac035721878d5cddf (diff)
Keep line-endings on checkout
Had the same issue as #1 - by telling git to always keep the LF line-endings people will not run into this issue anymore
-rw-r--r--.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..d0c0c4c
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,2 @@
+* text eol=lf
+*.png binary