Files
certd/.prettierrc

8 lines
125 B
Plaintext
Raw Permalink Normal View History

2024-07-15 00:30:33 +08:00
{
"printWidth": 160,
"bracketSpacing": true,
"singleQuote": true,
"trailingComma": "es5",
"arrowParens": "avoid"
}