1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/django-fmd_ynh.git synced 2024-09-03 18:26:27 +02:00
django-fmd_ynh/.editorconfig

21 lines
310 B
INI
Raw Normal View History

# see https://editorconfig.org
2022-07-11 20:34:24 +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]
max_line_length = 119
2022-07-11 20:34:24 +02:00
[{Makefile,**.mk}]
indent_style = tab
insert_final_newline = false
[{*.yaml,*.yml}]
indent_size = 2