projektAI/venv/Lib/site-packages/matplotlib/backends/web_backend/.prettierrc
2021-06-06 22:13:05 +02:00

12 lines
145 B
Plaintext

{
"overrides": [
{
"files": "js/**/*.js",
"options": {
"singleQuote": true,
"tabWidth": 4,
}
}
]
}