Files
xyflow/examples/nextjs/.prettierrc.json
2022-08-08 17:35:13 +02:00

6 lines
73 B
JSON

{
"trailingComma": "es5",
"singleQuote": true,
"printWidth": 120
}