Fixed line feeds on Windows (#1614)

Fixes lines endings on Windows with `autocrlf: true`, which is the default
This commit is contained in:
XhmikosR
2020-04-17 11:02:43 +03:00
committed by GitHub
parent 513b9748ba
commit abe1913664

2
.gitattributes vendored Normal file
View File

@@ -0,0 +1,2 @@
# Enforce Unix newlines
* text=auto eol=lf