10 lines
239 B
Plaintext
10 lines
239 B
Plaintext
# Auto detect text files and perform LF normalization
|
|
* text=auto
|
|
|
|
# These files should have specific line endings
|
|
*.sh text eol=lf
|
|
|
|
# These files are binary and should be left untouched
|
|
# (binary is a macro for -text -diff)
|
|
*.jpeg binary
|