fix: missing line in Dockerfile

This commit is contained in:
2023-06-14 02:27:25 +02:00
parent 0f7128814c
commit cbb15f62d0
2 changed files with 11 additions and 0 deletions

9
.editorconfig Normal file
View File

@ -0,0 +1,9 @@
root = true
[*]
indent_style = tab
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 120