framework/js-packages/prettier-config/prettierrc.json

7 lines
90 B
JSON
Raw Normal View History

2021-07-19 04:26:28 +08:00
{
"printWidth": 150,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5"
}