/
githubmirror
/
cpython
Обзор
Документация
Войти
/
githubmirror
/
cpython
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.editorconfig
15 строк
244 B
sobolevn
Add `.toml` to `.editorconfig` (#151481)
15 июн 2026, 12:14
Не верифицирован
15 июн 2026, 12:14
7a70afa
Код
Авторство
О чём код?
root = true [*.{py,c,cpp,h,js,rst,md,yml,yaml,toml,gram}] trim_trailing_whitespace = true insert_final_newline = true indent_style = space [*.{py,c,cpp,h,toml,gram}] indent_size = 4 [*.rst] indent_size = 3 [*.{js,yml,yaml}] indent_size = 2