policies: add standard docs policy files

- Add .editorconfig, .prettierrc, .prettierignore, .gitignore
- Add Makefile with fmt, fmt-check, secret-scan targets
- Add package.json with prettier
- Add tools/secret-scan.sh
- Auto-format with prettier
- make check passes clean
This commit is contained in:
sol
2026-03-01 07:29:55 +00:00
parent 7e95b2f52e
commit 3bb515172d
9 changed files with 161 additions and 13 deletions

9
.editorconfig Normal file
View File

@@ -0,0 +1,9 @@
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true