mirror of
https://github.com/Proteus-Typer/model-a.git
synced 2024-11-21 18:42:22 +00:00
12 lines
238 B
JSON
12 lines
238 B
JSON
{
|
|
"python.formatting.provider": "black",
|
|
"emeraldwalk.runonsave": {
|
|
"commands": [
|
|
{
|
|
"match": ".py",
|
|
"isAsync": true,
|
|
"cmd": "make"
|
|
}
|
|
]
|
|
}
|
|
} |