Create .gitattributes (#777)

* Create .gitattributes

* Update .gitattributes
This commit is contained in:
Robert Pająk 2021-05-14 01:30:24 +02:00 committed by GitHub
parent c9ccbdbbee
commit 20c1c5ddd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

3
.gitattributes vendored Normal file
View File

@ -0,0 +1,3 @@
* text=auto eol=lf
*.{cmd,[cC][mM][dD]} text eol=crlf
*.{bat,[bB][aA][tT]} text eol=crlf