/
githubmirror
/
cpython
Обзор
Документация
Войти
/
githubmirror
/
cpython
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
3.9
.editorconfig
12 строк
181 B
Miss Islington (bot)
bpo-44854: Add .editorconfig file to help enforce `make patchcheck` (GH-27638) (GH-27714)
10 авг 2021, 20:22
Не верифицирован
10 авг 2021, 20:22
d27e2f4
Код
Авторство
О чём код?
root = true [*.{py,c,cpp,h,rst,md,yml}] trim_trailing_whitespace = true insert_final_newline = true indent_style = space [*.{py,c,cpp,h}] indent_size = 4 [*.yml] indent_size = 2