math-my-money/.prettierrc

17 lines
248 B
Text

{
"printWidth": 120,
"useTabs": true,
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"arrowParens": "avoid",
"overrides": [
{
"files": "*.html",
"options": {
"parser": "angular"
}
}
]
}