.gitattributes 200 B

123456789
  1. # Text files use LF line endings in this repository
  2. * text=auto
  3. # Except the dependencies, which we leave alone
  4. vendor/** -text=auto
  5. # Diffs on these files are meaningless
  6. *.svg -diff