nvda-addon-voicemeeter/.vscode/settings.json

8 lines
166 B
JSON
Raw Normal View History

2023-09-23 22:55:58 +01:00
{
"python.analysis.diagnosticSeverityOverrides": {
"reportMissingImports": "none"
},
"black-formatter.args": [
"--line-length=120"
]
}