zengine/.vscode/settings.json

10 lines
196 B
JSON
Raw Permalink 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",
2025-02-11 11:16:46 +08:00
"random.c": "cpp",
"type_traits": "cpp"
2024-11-14 11:55:32 +08:00
}
}