2018-06-08 13:12:17 +00:00
|
|
|
{
|
2018-06-18 22:03:50 +00:00
|
|
|
"editor.formatOnSave": true,
|
|
|
|
"files.associations": {
|
|
|
|
"array": "cpp",
|
|
|
|
"limits": "cpp",
|
|
|
|
"cctype": "cpp",
|
|
|
|
"clocale": "cpp",
|
|
|
|
"cmath": "cpp",
|
|
|
|
"cstdarg": "cpp",
|
|
|
|
"cstddef": "cpp",
|
|
|
|
"cstdio": "cpp",
|
|
|
|
"cstdlib": "cpp",
|
|
|
|
"cstring": "cpp",
|
|
|
|
"ctime": "cpp",
|
|
|
|
"cwchar": "cpp",
|
|
|
|
"cwctype": "cpp",
|
|
|
|
"atomic": "cpp",
|
|
|
|
"*.tcc": "cpp",
|
|
|
|
"bitset": "cpp",
|
|
|
|
"chrono": "cpp",
|
|
|
|
"codecvt": "cpp",
|
|
|
|
"condition_variable": "cpp",
|
|
|
|
"cstdint": "cpp",
|
|
|
|
"deque": "cpp",
|
|
|
|
"list": "cpp",
|
|
|
|
"unordered_map": "cpp",
|
|
|
|
"unordered_set": "cpp",
|
|
|
|
"exception": "cpp",
|
|
|
|
"filesystem": "cpp",
|
|
|
|
"string_view": "cpp",
|
|
|
|
"fstream": "cpp",
|
|
|
|
"functional": "cpp",
|
|
|
|
"initializer_list": "cpp",
|
|
|
|
"iomanip": "cpp",
|
|
|
|
"iosfwd": "cpp",
|
|
|
|
"iostream": "cpp",
|
|
|
|
"istream": "cpp",
|
|
|
|
"memory": "cpp",
|
|
|
|
"mutex": "cpp",
|
|
|
|
"optional": "cpp",
|
|
|
|
"ostream": "cpp",
|
|
|
|
"ratio": "cpp",
|
|
|
|
"sstream": "cpp",
|
|
|
|
"stdexcept": "cpp",
|
|
|
|
"streambuf": "cpp",
|
|
|
|
"system_error": "cpp",
|
|
|
|
"thread": "cpp",
|
|
|
|
"cinttypes": "cpp",
|
|
|
|
"type_traits": "cpp",
|
|
|
|
"tuple": "cpp",
|
|
|
|
"typeindex": "cpp",
|
|
|
|
"typeinfo": "cpp",
|
|
|
|
"utility": "cpp",
|
|
|
|
"__config": "cpp",
|
|
|
|
"__nullptr": "cpp",
|
|
|
|
"algorithm": "cpp",
|
2018-06-25 15:12:08 +00:00
|
|
|
"io": "cpp",
|
|
|
|
"strstream": "cpp",
|
|
|
|
"numeric": "cpp",
|
2018-07-03 13:13:56 +00:00
|
|
|
"valarray": "cpp",
|
2018-07-05 14:23:45 +00:00
|
|
|
"*.ipp": "cpp",
|
|
|
|
"csignal": "cpp",
|
2018-07-06 16:08:30 +00:00
|
|
|
"future": "cpp",
|
2018-07-18 20:58:16 +00:00
|
|
|
"map": "cpp",
|
|
|
|
"vector": "cpp",
|
2018-07-27 00:21:57 +00:00
|
|
|
"new": "cpp",
|
2018-08-08 16:58:43 +00:00
|
|
|
"shared_mutex": "cpp",
|
2018-10-24 18:02:42 +00:00
|
|
|
"complex": "cpp",
|
2018-10-25 19:06:16 +00:00
|
|
|
"variant": "cpp",
|
2018-10-29 17:20:50 +00:00
|
|
|
"any": "cpp",
|
2018-11-07 15:30:22 +00:00
|
|
|
"tuntap.h": "c",
|
|
|
|
"hashtable": "cpp"
|
2018-06-18 22:03:50 +00:00
|
|
|
}
|
2018-06-08 13:12:17 +00:00
|
|
|
}
|