/
githubmirror
/
redux
Обзор
Документация
Войти
/
githubmirror
/
redux
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.editorconfig
15 строк
304 B
Jakub Jirutka
editorconfig: do not trim trailing whitespaces in Markdown files
18 фев 2016, 23:06
18 фев 2016, 23:06
47472af
Код
Авторство
О чём код?
# EditorConfig helps developers define and maintain # consistent coding styles between different editors and IDEs. root = true [*] end_of_line = lf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true indent_style = space indent_size = 2 [*.md] trim_trailing_whitespace = false