NeoNetwork/.vscode/settings.json

8 lines
138 B
JSON

{
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"python.formatting.provider": "black"
}