pbsplash/.vscode/settings.json
2022-03-11 02:26:04 +00:00

17 lines
No EOL
483 B
JSON

{
"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",
"valarray": "c",
"random": "c",
"nanosvgrast.h": "c"
}
}