mermaid/.prettierrc.json

9 lines
133 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,
2024-03-23 07:09:02 +01:00
"tabWidth": 2,
"trailingComma": "es5"
}