Files
react-template/.prettierrc.json
2026-06-09 00:24:09 +02:00

10 lines
174 B
JSON

{
"printWidth": 120,
"tabWidth": 4,
"semi": true,
"singleQuote": false,
"trailingComma": "all",
"bracketSpacing": true,
"arrowParens": "always"
}