aboutsummaryrefslogtreecommitdiff
path: root/.vscode/settings.json
blob: 7a105039695c4aef4bd60b9ac21e32b233786610 (plain)
1
2
3
4
5
6
7
8
9
{
    "files.associations": {
        "*.ipp": "cpp",
        "hash_map": "cpp",
        "hash_set": "cpp",
        "*.tcc": "cpp",
        "string_view": "cpp"
    }
}