ELFIO/.vscode/settings.json
Serge Lamikhov-Center 1a5ac38fae Add VSCODE settings
2020-02-22 11:29:45 +02:00

14 lines
291 B
JSON

{
"files.associations": {
"*.ipp": "cpp",
"strstream": "cpp",
"cerrno": "cpp",
"csetjmp": "cpp",
"cstdarg": "cpp",
"rope": "cpp",
"iostream": "cpp",
"streambuf": "cpp",
"*.tcc": "cpp",
"regex": "cpp"
}
}