mpp-server-dev2/.prettierrc

7 lines
97 B
Plaintext
Executable File

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