Files
SPlayer/.prettierrc.json
2024-09-26 11:57:23 +08:00

8 lines
107 B
JSON

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