test-reporter/.prettierrc.json
2020-11-12 23:27:48 +01:00

10 lines
181 B
JSON

{
"printWidth": 120,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid"
}