torrentclaw-mcp/.prettierrc
2026-02-12 15:22:11 +01:00

7 lines
106 B
Text

{
"semi": true,
"singleQuote": false,
"trailingComma": "all",
"tabWidth": 2,
"printWidth": 80
}