This repository has been archived on 2023-10-27. You can view files and clone it, but cannot push or open issues or pull requests.
scoresaber-reloaded/.prettierrc.json
2023-10-17 23:41:42 +01:00

7 lines
86 B
JSON

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