18 lines
215 B
Plaintext
18 lines
215 B
Plaintext
# Default behavior
|
|
* text=auto
|
|
|
|
# Text files to be normalized to lf line endings
|
|
*.php text
|
|
*.htm* text
|
|
*.sql text
|
|
*.txt text
|
|
*.xml text
|
|
*.xsl text
|
|
|
|
# Windows-only files
|
|
*.bat eol=crlf
|
|
|
|
# Binary files
|
|
*.gif binary
|
|
|