Presupuestador_web/.prettierrc

14 lines
258 B
Plaintext
Raw Normal View History

2024-05-21 16:48:40 +00:00
{
"bracketSpacing": true,
"useTabs": false,
"printWidth": 100,
"tabWidth": 2,
"semi": true,
"singleQuote": false,
"trailingComma": "es5",
"jsxSingleQuote": true,
"jsxBracketSameLine": false,
"arrowParens": "always",
"rcVerbose": true
}