Presupuestador_web/.prettierc.json

12 lines
210 B
JSON
Raw Normal View History

2024-04-23 15:29:38 +00:00
{
2024-05-19 22:04:23 +00:00
"printWidth": 130,
"tabWidth": 4,
2024-04-23 15:29:38 +00:00
"useTabs": false,
2024-05-19 22:04:23 +00:00
"semi": true,
2024-04-23 15:29:38 +00:00
"singleQuote": false,
2024-05-19 22:04:23 +00:00
"trailingComma": "all",
"bracketSpacing": true,
"jsxBracketSameLine": true,
"arrowParens": "always"
2024-04-23 15:29:38 +00:00
}