FeatherBrick/.vscode/settings.json

14 lines
307 B
JSON
Raw Normal View History

2021-08-16 01:33:23 +02:00
{
"files.associations": {
"*.config": "ini",
"array": "cpp",
"*.tcc": "cpp",
"deque": "cpp",
"string": "cpp",
"unordered_map": "cpp",
"vector": "cpp",
"string_view": "cpp",
"memory": "cpp",
"initializer_list": "cpp"
}
}