drawDB/.prettierrc.json
2024-04-06 11:11:12 +03:00

8 lines
113 B
JSON

{
"singleQuote": false,
"arrowParens": "always",
"trailingComma": "all",
"tabWidth": 2,
"semi": true
}