update config
All checks were successful
Build Docker Image Front / run (pull_request) Successful in 1m9s
Build Docker Image Back / run (pull_request) Successful in 21s
JsDocs / coverage (pull_request) Successful in 23s
Test and coverage / coverage (pull_request) Successful in 1m29s

This commit is contained in:
2024-05-20 12:13:11 +02:00
parent 0c85df498e
commit 738381ee16
11 changed files with 414 additions and 7 deletions

12
front/.editorconfig Normal file
View File

@ -0,0 +1,12 @@
# https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = false