Files
neonetwork-registry/.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"
}