gitattributes 181 B

1234567
  1. # Convert end-of-line to LF (used in GNU/Linux)
  2. # Read https://git-scm.com/docs/gitattributes for documentation
  3. * text=auto
  4. # Break words properly when diff'ing TeX
  5. *.tex diff=tex