Skip to content

Commit a66d5f1

Browse files
committed
settings.json
1 parent 7891797 commit a66d5f1

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

.vscode/settings.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"files.associations": {
3+
"algorithm": "cpp",
4+
"bit": "cpp",
5+
"deque": "cpp",
6+
"functional": "cpp",
7+
"hash_map": "cpp",
8+
"hash_set": "cpp",
9+
"initializer_list": "cpp",
10+
"iterator": "cpp",
11+
"list": "cpp",
12+
"map": "cpp",
13+
"memory": "cpp",
14+
"queue": "cpp",
15+
"set": "cpp",
16+
"stack": "cpp",
17+
"string": "cpp",
18+
"system_error": "cpp",
19+
"type_traits": "cpp",
20+
"typeinfo": "cpp",
21+
"utility": "cpp",
22+
"vector": "cpp",
23+
"xhash": "cpp",
24+
"xlocale": "cpp",
25+
"xlocinfo": "cpp",
26+
"xlocnum": "cpp",
27+
"xmemory": "cpp",
28+
"xstring": "cpp",
29+
"xtree": "cpp",
30+
"xutility": "cpp",
31+
"pthread_alloc": "cpp"
32+
}
33+
}

0 commit comments

Comments
 (0)