Files
certd/packages/core/basic/.prettierrc
T

7 lines
125 B
Plaintext
Raw Normal View History

2025-03-18 00:52:50 +08:00
{
"printWidth": 220,
"bracketSpacing": true,
"singleQuote": false,
"trailingComma": "es5",
"arrowParens": "avoid"
}