tooltip/.prettierrc

7 lines
98 B
Plaintext
Raw Normal View History

2024-12-19 21:45:52 +03:00
{
"printWidth": 120,
"tabWidth": 4,
"singleQuote": true,
"trailingComma": "all"
}