tiny-vue/packages/fluent-editor/.prettierrc

13 lines
140 B
Plaintext

{
"semi": false,
"singleQuote": true,
"printWidth": 80,
"trailingComma": "all",
"endOfLine": "lf",
"arrowParens": "avoid"
}