dish/.vscode/settings.json

9 lines
156 B
JSON
Raw Normal View History

2022-09-18 04:23:26 +00:00
{
"files.associations": {
2022-09-18 05:14:30 +00:00
"stdio.h": "c",
"stdlib.h": "c",
"loop.h": "c",
"exec.h": "c"
2022-09-18 04:23:26 +00:00
},
"editor.tabSize": 2
}