math-my-money/.prettierrc

18 lines
248 B
Text
Raw Permalink Normal View History

2025-06-30 20:08:04 -04:00
{
"printWidth": 120,
"useTabs": true,
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"arrowParens": "avoid",
"overrides": [
{
"files": "*.html",
"options": {
"parser": "angular"
}
}
]
}