scripts/python/taitotalo/.editorconfig

16 lines
213 B
INI
Raw Normal View History

root = true
[*]
# https://peps.python.org/pep-0008/#indentation
indent_style = space
indent_size = 4
max_line_length = 79
[*.py]
profile = black
2024-05-16 20:21:10 +02:00
max_line_length = 79
#end_of_line = crlf
[*.md]
end_of_line = lf