add missing files: LICENSE, REPO_POLICIES.md, .editorconfig, .dockerignore

This commit is contained in:
2026-03-01 07:55:57 -08:00
parent 02ca796085
commit b7b9629bc3
4 changed files with 230 additions and 0 deletions

15
.editorconfig Normal file
View File

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