/
githubmirror
/
gogs
Обзор
Документация
Войти
/
githubmirror
/
gogs
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
latest-commit-build
.editorconfig
23 строки
286 B
Jiaxin Zhu
fix(.editorconfig): remove setting end_of_line and make Git track EOL changes on Windows (#7725)
15 апр 2024, 17:36
Не верифицирован
15 апр 2024, 17:36
015589c
Код
Авторство
О чём код?
# http://editorconfig.org root = true [*] charset = utf-8 insert_final_newline = true trim_trailing_whitespace = true [*.go] indent_style = tab indent_size = 4 [*.tmpl] indent_style = tab indent_size = 2 [*.{less, yml}] indent_style = space indent_size = 2 [*.js] indent_size = 2