webappify/.editorconfig

9 lines
84 B
INI

root = true
[*]
max_line_length = 120
[*.py]
indent_style = space
indent_size = 4