initial commit
Some checks failed
ci / ci (22, ubuntu-latest) (push) Failing after 27m7s

This commit is contained in:
kittentm 2026-05-12 21:05:12 +02:00
commit 97cbc930a0
No known key found for this signature in database
GPG key ID: AC43DFDBC1F44A91
23 changed files with 13243 additions and 0 deletions

13
.editorconfig Normal file
View file

@ -0,0 +1,13 @@
# editorconfig.org
root = true
[*]
indent_size = 2
indent_style = space
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false