Files
certd/packages/plugins/plugin-cert/.prettierrc

7 lines
125 B
Plaintext
Raw Normal View History

2022-11-08 22:10:42 +08:00
{
"printWidth": 220,
"bracketSpacing": true,
"singleQuote": false,
"trailingComma": "es5",
"arrowParens": "avoid"
2022-11-08 22:10:42 +08:00
}