8 lines
304 B
Plaintext
8 lines
304 B
Plaintext
# Auto detect text files and perform LF normalization
|
|
* text=auto
|
|
.png filter=lfs diff=lfs merge=lfs -text
|
|
*.png filter=lfs diff=lfs merge=lfs -text
|
|
*.sh text eol=lf
|
|
*.bat text eol=crlf
|
|
*.desktop text eol=lf
|
|
scripts/* text eol=lf |