pbsplash/.vscode/settings.json

17 lines
483 B
JSON
Raw Permalink Normal View History

{
"files.associations": {
"array": "c",
"hash_map": "c",
"deque": "c",
"list": "c",
"string": "c",
"unordered_map": "c",
"unordered_set": "c",
"vector": "c",
"string_view": "c",
"initializer_list": "c",
2022-03-10 17:21:50 -09:00
"valarray": "c",
"random": "c",
"nanosvgrast.h": "c"
}
}