fn_b/node_modules/clipboard/.prettierrc.json
2026-02-12 13:55:43 +08:00

10 lines
158 B
JSON
Executable File

{
"printWidth": 80,
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"arrowParens": "always"
}