mpp-server-dev2/.prettierrc

7 lines
97 B
Plaintext

{
"arrowParens": "avoid",
"trailingComma": "none",
"semi": true,
"tabWidth": 4
}