mue/.prettierrc.json

8 lines
106 B
JSON

{
"printWidth": 100,
"trailingComma": "all",
"tabWidth": 2,
"semi": true,
"singleQuote": true
}