2022-02-28 14:13:31 +01:00
|
|
|
{
|
2022-02-28 16:47:36 +01:00
|
|
|
"editor.tabSize": 2,
|
|
|
|
"files.associations": {
|
2022-02-28 19:52:43 +01:00
|
|
|
"iosfwd": "cpp",
|
|
|
|
"array": "cpp",
|
|
|
|
"*.tcc": "cpp",
|
|
|
|
"cctype": "cpp",
|
|
|
|
"chrono": "cpp",
|
|
|
|
"clocale": "cpp",
|
|
|
|
"cmath": "cpp",
|
|
|
|
"codecvt": "cpp",
|
|
|
|
"compare": "cpp",
|
|
|
|
"concepts": "cpp",
|
|
|
|
"cstddef": "cpp",
|
|
|
|
"cstdint": "cpp",
|
|
|
|
"cstdio": "cpp",
|
|
|
|
"cstdlib": "cpp",
|
|
|
|
"ctime": "cpp",
|
|
|
|
"cwchar": "cpp",
|
|
|
|
"cwctype": "cpp",
|
|
|
|
"deque": "cpp",
|
|
|
|
"unordered_map": "cpp",
|
|
|
|
"vector": "cpp",
|
|
|
|
"exception": "cpp",
|
|
|
|
"fstream": "cpp",
|
|
|
|
"functional": "cpp",
|
|
|
|
"initializer_list": "cpp",
|
|
|
|
"iomanip": "cpp",
|
|
|
|
"iostream": "cpp",
|
|
|
|
"istream": "cpp",
|
|
|
|
"limits": "cpp",
|
|
|
|
"new": "cpp",
|
|
|
|
"numbers": "cpp",
|
|
|
|
"optional": "cpp",
|
|
|
|
"ostream": "cpp",
|
|
|
|
"ratio": "cpp",
|
|
|
|
"sstream": "cpp",
|
|
|
|
"stdexcept": "cpp",
|
|
|
|
"streambuf": "cpp",
|
|
|
|
"string": "cpp",
|
|
|
|
"string_view": "cpp",
|
|
|
|
"system_error": "cpp",
|
|
|
|
"type_traits": "cpp",
|
|
|
|
"tuple": "cpp",
|
|
|
|
"typeinfo": "cpp",
|
|
|
|
"utility": "cpp",
|
|
|
|
"variant": "cpp",
|
|
|
|
"filesystem": "cpp",
|
|
|
|
"queue": "cpp"
|
2022-02-28 16:47:36 +01:00
|
|
|
}
|
2022-02-28 14:13:31 +01:00
|
|
|
}
|