Migrate to forgejo

This commit is contained in:
Morg 2025-05-25 10:34:01 +02:00
commit af654ff353
50 changed files with 8357 additions and 0 deletions

6
.editorconfig Normal file
View file

@ -0,0 +1,6 @@
[*.{js,jsx,mjs,cjs,ts,tsx,mts,cts,vue}]
charset = utf-8
indent_size = 4
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true