1
0
Fork 0
mirror of https://github.com/NeoCloud/NeoNetwork synced 2024-05-20 10:11:45 +08:00
NeoNetwork/.vscode/settings.json
2020-07-21 00:19:10 +08:00

8 lines
138 B
JSON

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