/
githubmirror
/
atom
Обзор
Документация
Войти
/
githubmirror
/
atom
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.gitattributes
27 строк
895 B
Amin Yahyaabadi
The script executables should be LF so they can be edited on Windows (#21426)
29 янв 2021, 21:56
Не верифицирован
29 янв 2021, 21:56
d3ace8a
Код
Авторство
О чём код?
# Specs depend on character counts, if we don't specify the line endings the # fixtures will vary depending on platform spec/fixtures/**/*.js text eol=lf spec/fixtures/**/*.coffee text eol=lf spec/fixtures/**/*.less text eol=lf spec/fixtures/**/*.css text eol=lf spec/fixtures/**/*.txt text eol=lf spec/fixtures/dir/**/* text eol=lf # Git 1.7 does not support **/* patterns spec/fixtures/css.css text eol=lf spec/fixtures/sample.js text eol=lf spec/fixtures/sample.less text eol=lf spec/fixtures/sample.txt text eol=lf # Windows bash scripts are also Unix LF endings *.sh eol=lf # The script executables should be LF so they can be edited on Windows script/bootstrap text eol=lf script/build text eol=lf script/cibuild text eol=lf script/clean text eol=lf script/lint text eol=lf script/postprocess-junit-results text eol=lf script/test text eol=lf script/verify-snapshot-script text eol=lf