Initial commit

This commit is contained in:
Jannik Reimers 2024-10-01 12:57:44 +02:00 committed by GitHub
commit 5307298dae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
41 changed files with 2485 additions and 0 deletions

12
.editorconfig Normal file
View file

@ -0,0 +1,12 @@
root = true
[*]
charset = utf-8
insert_final_newline = true
indent_style = tab
trim_trailing_whitespace = true
max_line_length = 120
[*.yml]
indent_style = space
indent_size = 2