forked from ROOH/openclaw-caldav
- 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
7 lines
90 B
Plaintext
7 lines
90 B
Plaintext
{
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"printWidth": 100,
|
|
"tabWidth": 2
|
|
}
|