Fix docker compose and deploy

This commit is contained in:
Nelson Estevão
2023-08-05 23:04:15 +01:00
parent 15fe516dbc
commit 7cefa97145
1428 changed files with 13 additions and 53 deletions

View File

@ -0,0 +1,17 @@
# editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[*.py]
indent_size = 4