setup-node/.prettierrc.json

9 lines
142 B
JSON
Raw Normal View History

2019-08-04 09:49:54 +08:00
{
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid"
}