/
githubmirror
/
ydb-nodejs-sdk
Обзор
Документация
Войти
/
githubmirror
/
ydb-nodejs-sdk
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.editorconfig
21 строка
391 B
Vladislav Polyakov
Reformat code
04 дек 2025, 12:16
04 дек 2025, 12:16
2fe7ccb
Код
Авторство
О чём код?
# Top-most EditorConfig file root = true # Default settings for all files [*] charset = utf-8 end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true indent_style = tab indent_size = 4 # Special settings for Markdown and YAML files [*.{md,yml,yaml}] indent_style = space indent_size = 2 # Special settings for JSON files [*.json] indent_style = space indent_size = 4