This commit is contained in:
bendwit 2025-07-21 12:14:01 +02:00
commit a44448d380
17 changed files with 721 additions and 0 deletions

20
.editorconfig Normal file
View file

@ -0,0 +1,20 @@
root = true
[*]
charset = utf-8
indent_style = tab
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[package.json]
indent_style = space
indent_size = 2
[*.md]
trim_trailing_whitespace = false
[*.yml]
indent_style = space
indent_size = 2