pxt-calliope/.gitattributes

24 lines
434 B
Plaintext
Raw Normal View History

2016-03-10 23:01:04 +01:00
# enforce unix style line endings
*.ts text eol=lf
*.tsx text eol=lf
*.md text eol=lf
*.txt text eol=lf
*.js text eol=lf
*.json text eol=lf
*.xml text eol=lf
*.svg text eol=lf
*.yaml text eol=lf
*.css text eol=lf
*.html text eol=lf
*.py text eol=lf
*.exp text eol=lf
2016-04-09 02:28:52 +02:00
*.manifest text eol=lf
2016-03-10 23:01:04 +01:00
# do not enforce text for everything - it causes issues with random binary files
*.sln text eol=crlf
*.png binary
*.jpg binary
*.jpeg binary