mapcomplete/.prettierrc

7 lines
86 B
Text
Raw Normal View History

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