mirror of
https://github.com/NeoCloud/NeoNetwork.git
synced 2025-07-08 19:24:31 -07:00
8 lines
138 B
JSON
8 lines
138 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll": true
|
|
},
|
|
"python.formatting.provider": "black"
|
|
}
|