maxGraph/.prettierrc

5 lines
68 B
Plaintext
Raw Normal View History

{
"tabWidth": 2,
"trailingComma": "es5",
"singleQuote": true
}