Files
electron-opencode/.prettierrc.json
2026-04-11 15:32:31 +08:00

12 lines
200 B
JSON

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