Files
certd/packages/core/basic/.prettierrc

7 lines
125 B
Plaintext
Raw Normal View History

{
"printWidth": 220,
"bracketSpacing": true,
"singleQuote": false,
"trailingComma": "es5",
"arrowParens": "avoid"
}