bridge-local-dev/.gitattributes
Martin Donnelly 78a95206a3 init
2018-06-24 21:13:31 +01:00

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