chore: add missing repo policy files (auto-enforced)

Applied 3 policy files via audit-repo-policies.sh.
Repo type: docs
Files: .prettierrc .prettierignore tools/secret-scan.sh
This commit is contained in:
Xen
2026-03-24 13:58:25 +00:00
parent 57ec4331ef
commit f8f191029c
3 changed files with 79 additions and 0 deletions

6
.prettierrc Normal file
View File

@@ -0,0 +1,6 @@
{
"singleQuote": true,
"trailingComma": "all",
"tabWidth": 4,
"proseWrap": "always"
}