network-resurrector/.prettierrc.json

7 lines
87 B
JSON
Raw Normal View History

2020-12-16 03:09:24 +02:00
{
"trailingComma": "none",
"tabWidth": 2,
"semi": true,
"singleQuote": false
}