console-pro-free/console-pro/node_modules/clipboard/.prettierrc.json

10 lines
158 B
JSON
Raw Permalink Normal View History

2023-11-01 02:27:59 +00:00
{
"printWidth": 80,
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"arrowParens": "always"
}