2017-10-23 21:18:58 +03:00
|
|
|
# Set the default behavior (used when a rule below doesn't match)
|
|
|
|
* text=auto
|
|
|
|
|
|
|
|
*.sln -text
|
|
|
|
*.ico -text
|
|
|
|
*.bmp -text
|
|
|
|
*.png -text
|
|
|
|
*.snk -text
|
|
|
|
*.mht -text
|
|
|
|
*.pickle -text
|
|
|
|
|
|
|
|
# Some Windows-specific files should always be CRLF
|
|
|
|
*.bat eol=crlf
|
|
|
|
|
|
|
|
# Shell scripts
|
|
|
|
*.sh eol=lf
|
2019-08-11 01:29:24 +03:00
|
|
|
|
|
|
|
# Python
|
|
|
|
*.py eol=lf
|