/
githubmirror
/
angular-cli
Обзор
Документация
Войти
/
githubmirror
/
angular-cli
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v21.2.18
.gitattributes
12 строк
228 B
Alan Agius
style: add .gitattributes file (#13086)
01 дек 2018, 01:09
01 дек 2018, 01:09
f8bafc2
Код
Авторство
О чём код?
# Auto detect text files and perform LF normalization * text=auto # JS and TS files must always use LF for tools to work *.js eol=lf *.ts eol=lf *.json eol=lf *.css eol=lf *.scss eol=lf *.less eol=lf *.html eol=lf *.svg eol=lf