small-projects/physicaly-based-renderer/.vscode/settings.json

9 lines
166 B
JSON
Raw Normal View History

2025-04-09 01:13:17 +00:00
{
"files.associations": {
"*.pyx": "python",
"*.js": "javascript",
"*.c": "c",
"*.scene": "yaml",
"ostream": "cpp"
}
}