my-finance-pal/.prettierrc

11 lines
195 B
Text
Raw Normal View History

2023-03-22 09:27:46 +01:00
{
"arrowParens": "always",
"bracketSpacing": true,
"printWidth": 120,
"semi": true,
"singleQuote": true,
"tabWidth": 4,
"trailingComma": "all",
"useTabs": false
}