scripts/python/.editorconfig

8 lines
124 B
INI
Raw Normal View History

root = false
[*]
# https://peps.python.org/pep-0008/#indentation
indent_style = space
indent_size = 4
max_line_length = 79