Minor changes

This commit is contained in:
watsonb8
2018-07-28 14:00:09 -04:00
parent 0c4a76bd59
commit 23582d4760
2 changed files with 21 additions and 3 deletions

View File

@ -6,5 +6,23 @@
{
"path": "code/include"
}
]
],
"settings": {
"files.associations": {
"__split_buffer": "cpp",
"__tree": "cpp",
"array": "cpp",
"bitset": "cpp",
"deque": "cpp",
"initializer_list": "cpp",
"iterator": "cpp",
"map": "cpp",
"queue": "cpp",
"set": "cpp",
"string": "cpp",
"string_view": "cpp",
"utility": "cpp",
"vector": "cpp"
}
}
}