VSCode config

This commit is contained in:
2025-10-03 23:41:58 +02:00
parent d721b68551
commit cb22b6d226
3 changed files with 74 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"files.associations": {
"*.embeddedhtml": "html",
"tetris.h": "c",
"cmath": "c"
}
}