/
githubmirror
/
html5-boilerplate
Обзор
Документация
Войти
/
githubmirror
/
html5-boilerplate
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.gitattributes
23 строки
683 B
Christian Oliff
GitHub Actions Tidy-up (#3114)
23 апр 2024, 20:16
Не верифицирован
23 апр 2024, 20:16
07e9dc6
Код
Авторство
О чём код?
# Automatically normalize line endings for all text-based files # https://git-scm.com/docs/gitattributes#_end_of_line_conversion * text=auto # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # For the following file types, normalize line endings to LF on # checkin and prevent conversion to CRLF when they are checked out # (this is required in order to prevent newline related issues like, # for example, after the build script is run) .* text eol=lf *.css text eol=lf *.html text eol=lf *.js text eol=lf *.json text eol=lf *.md text eol=lf *.mjs text eol=lf *.sh text eol=lf *.txt text eol=lf *.xml text eol=lf *.yml text eol=lf