mapcomplete/.prettierrc

7 lines
94 B
Text
Raw Normal View History

2021-07-26 17:59:15 +02:00
{
2021-07-26 18:00:21 +02:00
"trailingComma": "es5",
"tabWidth": 4,
"semi": true,
"singleQuote": false
2021-07-26 17:59:15 +02:00
}