1
0
mirror of https://gitea.blesmrt.net/mikaela/scripts.git synced 2025-03-11 01:00:39 +01:00
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