1
0
openclaw-caldav/.prettierrc
sol 3bb515172d 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
2026-03-01 07:29:55 +00:00

7 lines
90 B
Plaintext

{
"singleQuote": true,
"trailingComma": "all",
"printWidth": 100,
"tabWidth": 2
}