0
0
mirror of https://github.com/florisboard/florisboard.git synced 2024-09-19 19:42:20 +02:00

Merge pull request #331 from serebit/gitattributes

Add exception for bat files to gitattributes
This commit is contained in:
Patrick Goldinger 2021-02-09 22:12:47 +01:00 committed by GitHub
commit c95244cc06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
.gitattributes vendored
View File

@ -1 +1,2 @@
* text=auto eol=lf
* text=auto eol=lf
*.bat text=auto eol=crlf