Melody/.prettierrc.json
2023-10-27 19:26:15 +01:00

9 lines
145 B
JSON

{
"printWidth": 500,
"trailingComma": "es5",
"tabWidth": 4,
"semi": true,
"singleQuote": false,
"bracketSpacing": true
}