Backend/.prettierrc.json

6 lines
85 B
JSON

{
"trailingComma": "es5",
"tabWidth": 4,
"semi": true,
"singleQuote": false
}