dvm/.prettierrc

8 lines
120 B
Plaintext
Raw Normal View History

2023-07-08 11:49:12 +00:00
{
2024-05-23 07:45:56 +00:00
"trailingComma": "none",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"endOfLine": "auto"
2023-07-08 11:49:12 +00:00
}