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

7 lines
125 B
Plaintext
Raw Normal View History

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