home/.prettierrc

6 lines
84 B
Plaintext
Raw Normal View History

2023-08-31 10:07:55 +02:00
{
"arrowParens": "avoid",
"tabWidth": 4,
"trailingComma": "none"
}