/
AlexandrNarbaev
/
opencode_initializer
Обзор
Документация
Войти
/
AlexandrNarbaev
/
opencode_initializer
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
main
.editorconfig
28 строк
391 B
Alexandr Narbaev
v1.0.0: Initial public release
22 июн 2026, 11:27
22 июн 2026, 11:27
9c853aa
Код
Авторство
О чём код?
# EditorConfig — https://editorconfig.org root = true [*] end_of_line = lf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true [*.sh] indent_style = space indent_size = 2 [*.md] indent_style = space indent_size = 4 [*.json] indent_style = space indent_size = 2 [*.yml,*.yaml] indent_style = space indent_size = 2 [Makefile] indent_style = tab indent_size = 4