cube-studio/myapp/visionPlus/.prettierrc

18 lines
278 B
Plaintext
Raw Normal View History

2022-08-02 16:01:20 +08:00
{
"singleQuote": true,
"trailingComma": "all",
"printWidth": 120,
"semi": true,
"overrides": [
{
"files": ".prettierrc",
"options": {
"parser": "json"
}
}
],
"bracketSpacing": true,
"arrowParens": "avoid",
"endOfLine": "lf"
}