photo-viewer-react/.prettierrc.json

7 lines
85 B
JSON
Raw Normal View History

2023-11-09 03:26:13 +08:00
{
"trailingComma": "es5",
"semi": true,
"singleQuote": true,
"tabWidth": 2
}