dvm/.prettierrc

8 lines
120 B
Plaintext
Raw Normal View History

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