gree_leran/node_modules/clipboard/.prettierrc.json

10 lines
158 B
JSON
Raw Permalink Normal View History

2024-06-14 01:11:29 +00:00
{
"printWidth": 80,
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"arrowParens": "always"
}