Files
tuono/.prettierrc
T

6 lines
69 B
Plaintext
Raw Normal View History

2024-04-27 10:40:14 +02:00
{
"semi": false,
"singleQuote": true,
"trailingComma": "all"
}