mirror of
https://github.com/YunoHost-Apps/django-fmd_ynh.git
synced 2024-09-03 18:26:27 +02:00
e0e4a265ac
* Cache CI `.cache` path * Run Safety check in CI * Use https://install.python-poetry.org * remove flynt * Update django settings * Bugfix tox config * Update/Bugfix YunoHost scripts * Update tests
20 lines
303 B
INI
20 lines
303 B
INI
# 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]
|
|
max_line_length = 100
|
|
|
|
[{Makefile,**.mk}]
|
|
indent_style = tab
|
|
insert_final_newline = false
|
|
|
|
[*.yml]
|
|
indent_style = tab
|