photo-viewer-react/.prettierrc.json

7 lines
85 B
JSON

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