dvm/.prettierrc
2024-05-23 10:45:56 +03:00

8 lines
120 B
Plaintext

{
"trailingComma": "none",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"endOfLine": "auto"
}