diff options
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/settings.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..420aa6e --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,13 @@ +{ + "files.associations": { + "cstdio": "cpp", + "mpc.h": "c", + "stdio.h": "c", + "typeinfo": "c", + "template.h": "c", + "test.h": "c", + "stdlib.h": "c", + "list": "c", + "hashmap.h": "c" + } +}
\ No newline at end of file |