django-for-runners_ynh/.editorconfig

22 lines
315 B
INI
Raw Normal View History

2020-12-22 18:47:11 +01: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]
line_length = 119
[{Makefile,**.mk}]
indent_style = tab
insert_final_newline = false
[*.yml]
indent_style = tab
2021-10-10 14:38:40 +02:00
indent_size = 4