Presupuestador_web/shared/.prettierc.json

10 lines
174 B
JSON
Raw Normal View History

2024-04-23 15:29:38 +00:00
{
"semi": true,
"printWidth": 80,
"useTabs": false,
"endOfLine": "auto",
"trailingComma": "all",
"singleQuote": false,
"bracketSpacing": true
}