PR-URL: https://github.com/nodejs/node/pull/21983 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
5 lines
211 B
Text
5 lines
211 B
Text
# Automatically normalize line endings (to LF) for all text-based files.
|
|
* text=auto eol=lf
|
|
# Do not modify line endings for binary files (which are sometimes auto
|
|
# detected as text files by git).
|
|
*.png binary
|