diff options
| author | Ceriath <ceriath@ceriath.net> | 2018-11-27 22:17:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-27 22:17:28 +0100 |
| commit | d6b0fad0f1a9c98f6955baed06197ff6bd0c2cab (patch) | |
| tree | 1beaf197b55d12e0c515fff52b9ba070c65c890c | |
| parent | e594f1a4948f6344f8353faac035721878d5cddf (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-- | .gitattributes | 2 |
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 |
