dc/.prettierrc.json

8 lines
110 B
JSON
Raw Normal View History

2023-07-13 11:44:05 +00:00
{
"trailingComma": "none",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"endOfLine": "auto"
}