Melody/.prettierrc.json
2022-12-24 15:50:46 +00:00

9 lines
147 B
JSON

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