Files
certd/packages/libs/lib-iframe/.prettierrc
T

8 lines
125 B
Plaintext
Raw Normal View History

2024-09-20 15:15:24 +08:00
{
"printWidth": 160,
"bracketSpacing": true,
"singleQuote": true,
"trailingComma": "es5",
"arrowParens": "avoid"
}