.gitattributes 256 B

12345
  1. # Disable autocrlf on generated files, they always generate with LF
  2. # Add any extra files or paths here to make git stop saying they
  3. # are changed when only line endings change.
  4. src/generated/**/.cache/cache text eol=lf
  5. src/generated/**/*.json text eol=lf