docs/.prettierrc

8 lines
107 B
Plaintext
Raw Normal View History

2025-02-05 15:56:38 +00:00
{
"tabWidth": 2,
"printWidth": 80,
"semi": false,
"singleQuote": true,
"trailingComma": "none"
}