factuges_2025/.prettierrc

14 lines
258 B
Plaintext
Raw Permalink Normal View History

2025-04-27 20:47:47 +00:00
{
"bracketSpacing": true,
"useTabs": false,
"printWidth": 100,
"tabWidth": 2,
"semi": true,
"singleQuote": false,
"trailingComma": "es5",
"jsxSingleQuote": true,
"jsxBracketSameLine": false,
"arrowParens": "always",
"rcVerbose": true
}