libmqtt/.vscode/settings.json
2018-07-28 02:51:38 +02:00

27 lines
610 B
JSON

{
"files.associations": {
"stdlib.h": "c",
"mqtt_internal.h": "c",
"platform.h": "c",
"tidyplatform.h": "c",
"type_traits": "cpp",
"istream": "c",
"optional": "c",
"ostream": "c",
"ratio": "c",
"system_error": "c",
"array": "c",
"string_view": "c",
"packet.h": "c",
"debug.h": "c"
},
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/*.o": true,
"**/*.a": true
}
}