Files
sandbox-runtime/.prettierrc.json
ollie-anthropic b483c6113b Initial release
2025-10-20 10:19:42 -07:00

7 lines
92 B
JSON

{
"arrowParens": "avoid",
"semi": false,
"singleQuote": true,
"endOfLine": "auto"
}