logos-press-engine/.prettierrc

7 lines
86 B
Plaintext
Raw Normal View History

2023-04-19 20:17:12 +09:00
{
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"trailingComma": "all"
}