Files
explorer/.prettierrc.json
2024-01-24 15:18:25 +08:00

9 lines
162 B
JSON

{
"printWidth": 80,
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "always"
}