pbsplash/.vscode/settings.json

15 lines
414 B
JSON
Raw 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",
"valarray": "c"
}
}