Files
mnote/Luckysheet-master/.prettierrc.json
T

9 lines
132 B
JSON
Raw Permalink Normal View History

{
"printWidth": 80,
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
"singleQuote": false,
"arrowParens": "avoid"
}