TraceabilityAPP/node_modules/clipboard/.prettierrc.json

10 lines
158 B
JSON
Raw Permalink Normal View History

2023-10-17 16:02:55 +08:00
{
"printWidth": 80,
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"arrowParens": "always"
}