1
0
Fork 0
mirror of https://github.com/NeoCloud/NeoNetwork synced 2024-06-29 03:28:41 +08:00
NeoNetwork/.vscode/settings.json

8 lines
138 B
JSON
Raw Normal View History

2020-05-23 19:00:02 +08:00
{
"editor.formatOnSave": true,
2020-07-21 00:19:10 +08:00
"editor.codeActionsOnSave": {
"source.fixAll": true
},
2020-05-23 19:00:02 +08:00
"python.formatting.provider": "black"
}