Files
TetrisClone/.vscode/settings.json
2024-01-11 12:55:43 -06:00

6 lines
84 B
JSON

{
"files.associations": {
"*.m": "c",
"tetromino.h": "c"
}
}