Add REPO_POLICIES.md, .editorconfig, and .dockerignore

- REPO_POLICIES.md fetched from sneak/prompts (last_modified: 2026-02-22)
- .editorconfig fetched from sneak/prompts
- .dockerignore with standard Go exclusions
This commit is contained in:
clawbot
2026-03-01 07:51:27 -08:00
parent 02ca796085
commit 80c6236cf1
3 changed files with 206 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