checkout/.prettierrc
2023-08-16 18:48:04 +03:00

12 lines
190 B
Plaintext

{
"printWidth": 120,
"tabWidth": 4,
"singleQuote": true,
"overrides": [
{
"files": "*.svg",
"options": { "parser": "html" }
}
]
}