scr-web/.prettierrc

8 lines
108 B
Plaintext
Raw Normal View History

2024-05-23 01:56:03 +00:00
{
"printWidth": 300,
"tabWidth": 2,
"singleQuote": true,
"semi": false,
"trailingComma": "none"
}