mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-16 16:19:22 +01:00
10 lines
239 B
INI
10 lines
239 B
INI
root = false
|
|
|
|
[*]
|
|
# https://peps.python.org/pep-0008/#indentation
|
|
indent_style = space
|
|
indent_size = 4
|
|
#max_line_length = 79
|
|
# https://black.readthedocs.io/en/stable/the_black_code_style/current_style.html#line-length
|
|
max_line_length = 88
|