django-fritzconnection_ynh/.editorconfig

21 lines
310 B
INI
Raw Permalink Normal View History

2024-08-27 20:51:05 +02:00
# see https://editorconfig.org
2022-04-02 17:44:57 +02:00
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.py]
2024-08-27 20:51:05 +02:00
max_line_length = 119
2022-04-02 17:44:57 +02:00
[{Makefile,**.mk}]
indent_style = tab
insert_final_newline = false
2024-08-27 20:51:05 +02:00
[{*.yaml,*.yml}]
indent_size = 2