django-for-runners_ynh/.editorconfig

21 lines
310 B
INI
Raw Normal View History

2023-04-04 14:21:04 +02:00
# see https://editorconfig.org
2020-12-22 18:47:11 +01: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]
2023-04-02 20:15:56 +02:00
max_line_length = 119
2020-12-22 18:47:11 +01:00
[{Makefile,**.mk}]
indent_style = tab
insert_final_newline = false
2024-08-02 17:01:38 +02:00
[{*.yaml,*.yml}]
2023-04-04 14:21:04 +02:00
indent_size = 2