mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-22 18:28:00 +00:00
20 lines
415 B
Text
20 lines
415 B
Text
# Auto detect text files and perform LF normalization
|
|
* text=auto
|
|
|
|
# Explicitly declare text files that should always be normalized
|
|
*.py text
|
|
*.js text
|
|
*.jsx text
|
|
*.css text
|
|
*.html text
|
|
*.md text
|
|
|
|
# Declare files that will always have specific line endings
|
|
*.bat text eol=crlf
|
|
*.sh text eol=lf
|
|
|
|
# Denote all files that are truly binary and should not be modified
|
|
*.png binary
|
|
*.jpg binary
|
|
*.gif binary
|
|
*.ico binary
|