Enforce LF. (#2717)

On Windows with `autocrlf: true`, which is the default, we ended up with modified files.
This commit is contained in:
XhmikosR 2020-05-30 14:00:13 +03:00 committed by GitHub
parent e35ab44603
commit bb990bddc5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
.gitattributes vendored Normal file
View file

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