Acme.BookStore/angular/.prettierrc

6 lines
73 B
Plaintext
Raw Normal View History

2024-06-10 13:04:12 +05:30
{
"singleQuote": true,
"printWidth": 100,
"arrowParens": "avoid"
}