diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2023-10-28 16:27:07 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2023-10-28 16:27:07 +0200 |
| commit | f2522c04446bb4bd597a8625f9398e67ff957565 (patch) | |
| tree | bd5e7506a434978296397b9d0a0e95bf3ae04d60 /.vscode | |
| parent | 1ac22220f6077b3367456384b4bb563f1c5c2d29 (diff) | |
more sounds
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/settings.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..7a89823 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,8 @@ +{ + "files.associations": { + "*.ejs": "html", + "initializer_list": "c", + "type_traits": "c", + "xutility": "c" + } +}
\ No newline at end of file |
