django-fritzconnection_ynh/.editorconfig

21 lines
303 B
INI
Raw Normal View History

2022-04-02 17:44:57 +02:00
# see http://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]
2022-08-16 09:47:54 +02:00
max_line_length = 100
2022-04-02 17:44:57 +02:00
[{Makefile,**.mk}]
indent_style = tab
insert_final_newline = false
[*.yml]
indent_style = tab