-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
41 lines (41 loc) · 772 Bytes
/
settings.json
File metadata and controls
41 lines (41 loc) · 772 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"cSpell.words": [
"jsoncons",
"jsonformula",
"UTEST"
],
"files.associations": {
"*.cos": "pdf",
"*.mp": "python",
"*.joboptions": "postscript",
"*.icml": "xml",
"numbers": "cpp",
"__bit_reference": "cpp",
"__hash_table": "cpp",
"__split_buffer": "cpp",
"__tree": "cpp",
"array": "cpp",
"bitset": "cpp",
"deque": "cpp",
"iterator": "cpp",
"hash_map": "cpp",
"forward_list": "cpp",
"initializer_list": "cpp",
"list": "cpp",
"map": "cpp",
"queue": "cpp",
"regex": "cpp",
"set": "cpp",
"span": "cpp",
"stack": "cpp",
"string": "cpp",
"string_view": "cpp",
"unordered_map": "cpp",
"unordered_set": "cpp",
"vector": "cpp",
"filesystem": "cpp",
"chrono": "cpp",
"format": "cpp",
"type_traits": "cpp"
}
}