partial-fetcher/.prettierrc
Aleksandra Usacheva 75a8174220
Initial commit
2019-11-27 19:31:56 +03:00

15 lines
258 B
Plaintext

{
"printWidth": 120,
"singleQuote": true,
"useTabs": false,
"tabWidth": 4,
"semi": true,
"bracketSpacing": true,
"overrides": [
{
"files": "*.svg",
"options": { "parser": "html" }
}
]
}