DTLib/.vscode/settings.json
2022-02-02 18:34:06 +03:00

11 lines
206 B
JSON

{
"files.associations": {
"*.h": "c",
"type_traits": "c",
"*.tcc": "c",
"functional": "c",
"istream": "c",
"ranges": "c",
"streambuf": "c"
}
}