mpp-server-dev2/.prettierrc

7 lines
97 B
Plaintext
Raw Permalink Normal View History

2023-03-31 16:43:24 +02:00
{
"arrowParens": "avoid",
"trailingComma": "none",
"semi": true,
"tabWidth": 4
}