mermaid/.prettierrc.json

8 lines
107 B
JSON
Raw Normal View History

2019-09-12 21:03:49 +02:00
{
2021-11-10 08:41:52 +01:00
"endOfLine": "auto",
2019-09-12 21:03:49 +02:00
"printWidth": 100,
"singleQuote": true,
"useTabs": false,
"tabWidth": 2
}