/
Art86
/
DefectDojo-DevSecOps
Обзор
Документация
Войти
/
Art86
/
DefectDojo-DevSecOps
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
.gitattributes
14 строк
281 B
valentijnscholten
chore: add .gitattributes to enforce LF line endings (#14448)
11 мар 2026, 06:02
Не верифицирован
11 мар 2026, 06:02
94c14e3
Код
Авторство
О чём код?
# Normalize line endings to LF *.sh text eol=lf *.expect text eol=lf *.py text eol=lf *.yml text eol=lf *.yaml text eol=lf *.md text eol=lf # Binary files — never touch line endings *.png binary *.jpg binary *.gif binary *.ico binary *.pdf binary