/
githubmirror
/
bootstrap
Обзор
Документация
Войти
/
githubmirror
/
bootstrap
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.editorconfig
11 строк
167 B
Martijn Cuppens
Trim trailing whitespace from markdown files (#29460)
02 окт 2019, 22:48
02 окт 2019, 22:48
494713b
Код
Авторство
О чём код?
# editorconfig.org root = true [*] charset = utf-8 end_of_line = lf indent_size = 2 indent_style = space insert_final_newline = true trim_trailing_whitespace = true