/
githubmirror
/
moment
Обзор
Документация
Войти
/
githubmirror
/
moment
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
.editorconfig
17 строк
230 B
Michal Brašna
Add .editorconfig for project
04 май 2015, 10:24
04 май 2015, 10:24
d203b12
Код
Авторство
О чём код?
root = true [*] charset = utf-8 end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true indent_style = space [*.{js,json}] indent_size = 4 [*.{yml}] indent_size = 2 [*.md] trim_trailing_whitespace = false