/
githubmirror
/
angular-cli
Обзор
Документация
Войти
/
githubmirror
/
angular-cli
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.editorconfig
16 строк
282 B
Alan Agius
style: add quote_type in editor config
05 авг 2020, 15:18
05 авг 2020, 15:18
7c96fdd
Код
Авторство
О чём код?
# https://editorconfig.org root = true [*.ts] charset = utf-8 indent_style = space indent_size = 2 insert_final_newline = true spaces_around_brackets = inside trim_trailing_whitespace = true quote_type = single [*.md] insert_final_newline = false trim_trailing_whitespace = true