action-surefire-report/.prettierrc.json

12 lines
255 B
JSON
Raw Permalink Normal View History

2020-05-19 21:00:21 +08:00
{
"printWidth": 100,
"tabWidth": 4,
"useTabs": false,
"semi": true,
"singleQuote": true,
"jsxSingleQuote":false,
"trailingComma": "none",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "avoid"
}