Files
status-tutorials/.prettierrc.json
2020-06-07 17:11:46 +09:00

10 lines
204 B
JSON

{
"trailingComma": "es5",
"tabWidth": 4,
"semi": true,
"singleQuote": false,
"printWidth": 80,
"overrides": [{ "files": ["*.json"], "options": { "tabWidth": 2 } }],
"arrowParens": "avoid"
}