schunder-madre/web/core/.prettierrc.json

7 lines
88 B
JSON
Raw Normal View History

2021-10-28 17:36:55 +02:00
{
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "all"
}