6 lines
193 B
Plaintext
6 lines
193 B
Plaintext
# Auto detect text files and perform LF normalization
|
|
# http://git-scm.com/docs/gitattributes
|
|
* text=auto
|
|
.appveyor.yml -text eol=crlf
|
|
.appveyor-mingw.yml -text eol=crlf
|
|
ci-*.cmd -text eol=crlf |