autobaan/.prettierrc

9 lines
162 B
Text
Raw Normal View History

2021-11-17 14:18:15 +01:00
{
"$schema":"http://json.schemastore.org/prettierrc",
"trailingComma": "es5",
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true
}