zengine/.vscode/settings.json

9 lines
166 B
JSON
Raw Normal View History

2024-11-14 11:55:32 +08:00
{
"files.associations": {
"alloc.c": "cpp",
"bitmap.c": "cpp",
"heap.c": "cpp",
"init.c": "cpp",
"random.c": "cpp"
}
}