cpp-interview/.vscode/settings.json

10 lines
203 B
JSON
Raw Normal View History

2018-02-09 21:47:58 +08:00
{
"files.associations": {
"initializer_list": "cpp",
"type_traits": "cpp",
"xstring": "cpp",
"xtree": "cpp",
"xutility": "cpp",
"iosfwd": "cpp"
2018-02-09 21:47:58 +08:00
}
}