delaunay2d/.vscode/settings.json

19 lines
446 B
JSON

{
"files.associations": {
"__hash_table": "cpp",
"__split_buffer": "cpp",
"array": "cpp",
"bitset": "cpp",
"deque": "cpp",
"initializer_list": "cpp",
"iterator": "cpp",
"queue": "cpp",
"random": "cpp",
"stack": "cpp",
"string": "cpp",
"string_view": "cpp",
"unordered_map": "cpp",
"utility": "cpp",
"vector": "cpp"
}
}