solar/.prettierrc

6 lines
79 B
Plaintext
Raw Normal View History

2023-09-15 12:51:29 +02:00
{
"arrowParens": "avoid",
"trailingComma": "none",
"tabWidth": 4
}