/
githubmirror
/
pm2
Обзор
Документация
Войти
/
githubmirror
/
pm2
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.editorconfig
15 строк
273 B
Peter Dave Hello
chore: remove duplicate configs in .editorconfig
02 июл 2018, 16:01
02 июл 2018, 16:01
86ad52b
Код
Авторство
О чём код?
# top-most EditorConfig file root = true # Unix-style newlines with a newline ending every file [*] end_of_line = lf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true indent_style = space indent_size = 2 # Makefile [Makefile] indent_style = tab