accent/.prettierrc
Simon Prévost 083645a546 Update icons
2019-04-07 16:28:15 -04:00

13 lines
163 B
Plaintext

{
"singleQuote": true,
"bracketSpacing": false,
"overrides": [
{
"files": "*.svg",
"options": {
"parser": "html"
}
}
]
}