small-projects/cpp-voxel-engine/.vscode/settings.json
OusmBlueNinja 58962e52fc Broken
2025-04-05 23:20:54 -05:00

10 lines
189 B
JSON

{
"files.associations": {
"*.pyx": "python",
"*.js": "javascript",
"*.c": "c",
"*.scene": "yaml",
"vector": "cpp",
"cmath": "cpp"
}
}