Files
electron-opencode/.prettierrc.json
2026-04-09 21:35:06 +08:00

11 lines
199 B
JSON

{
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"arrowParens": "always",
"endOfLine": "lf"
}