small-projects/physicaly-based-renderer/.vscode/settings.json
2025-04-08 20:13:17 -05:00

9 lines
166 B
JSON

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