mirror of https://github.com/lumapu/ahoy.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
767 B
42 lines
767 B
1 year ago
|
{
|
||
|
"folders": [
|
||
|
{
|
||
|
"path": "."
|
||
|
}
|
||
|
],
|
||
|
"settings": {
|
||
|
"files.associations": {
|
||
|
"algorithm": "cpp",
|
||
|
"array": "cpp",
|
||
|
"chrono": "cpp",
|
||
|
"deque": "cpp",
|
||
|
"format": "cpp",
|
||
|
"forward_list": "cpp",
|
||
|
"functional": "cpp",
|
||
|
"initializer_list": "cpp",
|
||
|
"iterator": "cpp",
|
||
|
"list": "cpp",
|
||
|
"memory": "cpp",
|
||
|
"queue": "cpp",
|
||
|
"random": "cpp",
|
||
|
"regex": "cpp",
|
||
|
"vector": "cpp",
|
||
|
"xhash": "cpp",
|
||
|
"xlocmon": "cpp",
|
||
|
"xlocnum": "cpp",
|
||
|
"xmemory": "cpp",
|
||
|
"xstring": "cpp",
|
||
|
"xtree": "cpp",
|
||
|
"xutility": "cpp",
|
||
|
"*.tcc": "cpp",
|
||
|
"string": "cpp",
|
||
|
"unordered_map": "cpp",
|
||
|
"unordered_set": "cpp",
|
||
|
"string_view": "cpp",
|
||
|
"sstream": "cpp",
|
||
|
"istream": "cpp",
|
||
|
"ostream": "cpp"
|
||
|
},
|
||
|
"editor.formatOnSave": false
|
||
|
}
|
||
|
}
|