Initial commit

This commit is contained in:
Yannick7777 2025-04-02 15:21:48 +02:00 committed by GitHub
commit dc46c9e48f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 360 additions and 0 deletions

18
.editorconfig Normal file
View file

@ -0,0 +1,18 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[*.{yml,yaml}]
indent_size = 2
[docker-compose.yml]
indent_size = 4