mermaid/.prettierrc.json
2024-03-23 15:24:18 +05:30

9 lines
133 B
JSON

{
"endOfLine": "auto",
"printWidth": 100,
"singleQuote": true,
"useTabs": false,
"tabWidth": 2,
"trailingComma": "es5"
}