• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Automatically normalize line endings (to LF) for all text-based files.
2* text=auto eol=lf
3# Do not modify line endings for binary files (which are sometimes auto
4# detected as text files by git).
5*.png binary
6# Don't include minified JS in git grep/diff output
7test/mjsunit/asm/sqlite3/*.js -diff
8