SafetyScreen-ui/node_modules/clipboard/.prettierrc.json

10 lines
158 B
JSON
Raw Permalink Normal View History

2025-03-29 19:33:58 +08:00
{
"printWidth": 80,
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"arrowParens": "always"
}