Presupuestador_web/.prettierc.json

11 lines
159 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
}