compiler/.vscode/settings.json

10 lines
193 B
JSON
Raw Normal View History

2024-07-21 10:54:12 +12:00
{
"files.associations": {
2024-07-22 13:02:37 +12:00
"string.h": "c",
"bitset": "c",
"initializer_list": "c",
"string": "c",
"string_view": "c",
"assert.h": "c"
2024-07-21 10:54:12 +12:00
}
}