Codebase list python-werkzeug / upstream/1.0.0+dfsg1 .gitattributes
upstream/1.0.0+dfsg1

Tree @upstream/1.0.0+dfsg1 (Download .tar.gz)

.gitattributes @upstream/1.0.0+dfsg1raw · history · blame

1
2
3
4
5
6
7
8
# Normalize CRLF to LF for all text files
* text=auto

# Declare binary file types so they won't be normalized
*.png binary
*.jpg binary
tests/**/*.http binary
tests/res/test.txt binary