esp32_bluetooth_classic_sni.../.vscode/settings.json

10 lines
179 B
JSON
Raw Normal View History

2021-09-06 01:45:23 +00:00
{
"editor.formatOnSave": true,
"python.formatting.autopep8Args": [
"--ignore",
"E402"
],
"python.autoComplete.extraPaths": [
"libs"
]
}