django-for-runners_ynh/.editorconfig
2024-08-02 17:07:54 +02:00

20 lines
310 B
INI

# see https://editorconfig.org
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.py]
max_line_length = 119
[{Makefile,**.mk}]
indent_style = tab
insert_final_newline = false
[{*.yaml,*.yml}]
indent_size = 2