/
githubmirror
/
hugo
Обзор
Документация
Войти
/
githubmirror
/
hugo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
docs/.editorconfig
20 строк
267 B
Bjørn Erik Pedersen
Merge commit '9b0050e9aabe4be65c78ccf292a348f309d50ccd' as 'docs'
27 янв 2024, 12:48
27 янв 2024, 12:48
5fd1e74
Код
Авторство
О чём код?
# https://editorconfig.org root = true [*] charset = utf-8 end_of_line = lf indent_size = 2 indent_style = space trim_trailing_whitespace = true [*.go] indent_size = 8 indent_style = tab [*.js] insert_final_newline = true [*.md] trim_trailing_whitespace = false