chore: add missing required files (refs #17)

Add LICENSE (MIT), .editorconfig, REPO_POLICIES.md, and
.gitea/workflows/check.yml per repo standards.
This commit is contained in:
clawbot
2026-02-26 06:08:24 -08:00
parent 3f8ceefd52
commit 1e5811edda
4 changed files with 224 additions and 0 deletions

12
.editorconfig Normal file
View File

@@ -0,0 +1,12 @@
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[Makefile]
indent_style = tab