mirror of
https://github.com/nodejs/node.git
synced 2024-11-29 23:16:30 +01:00
9b4bf7de6c
PR-URL: https://github.com/nodejs/node/pull/23423 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Myles Borins <myles.borins@gmail.com>
8 lines
299 B
Plaintext
8 lines
299 B
Plaintext
# 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
|
|
# Don't include minified JS in git grep/diff output
|
|
test/mjsunit/asm/sqlite3/*.js -diff
|