donut-decomp/.vscode/settings.json
2021-10-20 18:41:29 +02:00

23 lines
No EOL
537 B
JSON

{
"editor.tabSize": 2,
"files.associations": {
"array": "c",
"string_view": "c",
"initializer_list": "c",
"utility": "c",
"types.h": "c",
"*.tcc": "cpp",
"deque": "cpp",
"list": "cpp",
"string": "cpp",
"unordered_map": "cpp",
"unordered_set": "cpp",
"vector": "cpp",
"memory_resource": "cpp",
"memory": "cpp",
"future": "cpp",
"iosfwd": "cpp",
"sstream": "cpp",
"tuple": "cpp"
},
}