/
Undeadguy
/
synapse
Обзор
Документация
Войти
/
Undeadguy
/
synapse
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
.editorconfig
10 строк
176 B
Brendan Abolivier
Apply correct editorconfig to .pyi files (#14526)
22 ноя 2022, 21:33
Не верифицирован
22 ноя 2022, 21:33
9b4cb1e
Код
Авторство
О чём код?
# EditorConfig https://EditorConfig.org # top-most EditorConfig file root = true # 4 space indentation [*.{py,pyi}] indent_style = space indent_size = 4 max_line_length = 88