/
githubmirror
/
pdf.js
Обзор
Документация
Войти
/
githubmirror
/
pdf.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.gitattributes
24 строки
620 B
Tim van der Meij
Update the file format entries in `.gitattributes`
19 июл 2026, 20:33
Не верифицирован
19 июл 2026, 20:33
154e828
Код
Авторство
О чём код?
# Force Unix line endings for most file formats (except binary files) *.config text eol=lf *.css text eol=lf *.example text eol=lf *.ftl text eol=lf *.html text eol=lf *.js text eol=lf *.json text eol=lf *.link text eol=lf *.md text eol=lf *.mjs text eol=lf *.mts text eol=lf *.njk text eol=lf *.py text eol=lf *.svg text eol=lf *.ts text eol=lf *.txt text eol=lf *.yml text eol=lf # PDF files shall not modify CRLF line endings *.pdf -crlf # Linguist language overrides *.js linguist-language=JavaScript