framework/js/.prettierrc.json

7 lines
90 B
JSON
Raw Normal View History

2020-03-28 07:16:12 +08:00
{
"printWidth": 150,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5"
}