Files
certd/packages/ui/certd-server/.prettierrc
T

8 lines
126 B
Plaintext
Raw Normal View History

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