neural/.venv/lib/python3.11/site-packages/matplotlib/backends/web_backend/.prettierrc
2024-06-13 23:28:24 +03:00

12 lines
145 B
Plaintext

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