pikapython/port/linux/.vscode/settings.json
2021-10-11 00:11:35 +08:00

8 lines
159 B
JSON

{
"files.associations": {
"pikaobj.h": "c",
"stdbool.h": "c",
"datamemory.h": "c"
},
"python.formatting.provider": "yapf"
}