/
phprus
/
github_dpdk
Обзор
Документация
Войти
/
phprus
/
github_dpdk
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.editorconfig
31 строка
506 B
Juraj Linkeš
doc: increase Python line length maximum to 100
20 ноя 2023, 18:27
20 ноя 2023, 18:27
3c4898e
Код
Авторство
О чём код?
# SPDX-License-Identifier: BSD-3-Clause # Copyright 2019 6WIND S.A. # See https://editorconfig.org/ for syntax reference. root = true [*] end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true charset = utf-8 indent_style = tab tab_width = 8 max_line_length = 100 [*.py] indent_style = space indent_size = 4 max_line_length = 100 [meson.build] indent_style = space indent_size = 4 tab_width = 4 [*.rst] indent_style = space indent_size = 3 [COMMIT_EDITMSG] max_line_length = 72