2016-09-09 06:15:11 +03:00
|
|
|
# Set the default behavior of text files to lf
|
|
|
|
* text eol=lf
|
|
|
|
|
|
|
|
# set windows-only files to windows line endings
|
|
|
|
*.cmd text eol=crlf
|
|
|
|
*.bat text eol=crlf
|
|
|
|
*.ps1 text eol=crlf
|
2017-03-27 23:47:10 +03:00
|
|
|
*.xdt text eol=crlf
|
|
|
|
*.nuspec text eol=crlf
|
2017-08-10 18:48:24 +03:00
|
|
|
appveyor.yml text eol=crlf
|