pdf-visual-diff
Version:
Visual Regression Testing for PDFs in JavaScript
17 lines (14 loc) • 294 B
Plain Text
# Auto detect text files and normalize to LF on commit
* text=auto
# Force LF for all text files
*.ts text eol=lf
*.js text eol=lf
*.json text eol=lf
*.md text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
# Binary files (prevent corruption)
*.png binary
*.pdf binary
*.ttf binary
*.pfb binary