11 lines
351 B
Plaintext
11 lines
351 B
Plaintext
|
# All other files are subjected to the usual algorithm to determine
|
||
|
# whether a file is a binary file or a text file, respecting
|
||
|
# "core.eol" for all files detected as text files.
|
||
|
# "core.autocrlf", if set, will force the conversion to/from CRLF
|
||
|
# automatically as necessary for text files.
|
||
|
* text=auto
|
||
|
|
||
|
# shell files are always linefeed
|
||
|
*.sh eol=lf
|
||
|
|