Presupuestador_web/.prettierc.json
2024-05-20 00:04:23 +02:00

12 lines
210 B
JSON

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