mermaid/.prettierrc

7 lines
110 B
Plaintext
Raw Normal View History

2019-09-12 21:03:49 +02:00
{
2021-11-10 08:41:52 +01:00
"endOfLine": "auto",
"plugins": ["prettier-plugin-jsdoc"],
2019-09-12 21:03:49 +02:00
"printWidth": 100,
2021-11-10 08:41:52 +01:00
"singleQuote": true
2019-09-12 21:03:49 +02:00
}