Files
SPlayer/.prettierrc.json

8 lines
107 B
JSON
Raw Permalink Normal View History

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