This repository has been archived on 2024-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
augie/firmware/.vscode/settings.json

49 lines
1 KiB
JSON
Raw Normal View History

2020-02-09 16:05:49 +13:00
{
"files.associations": {
"optional": "cpp",
2020-02-27 20:11:23 +13:00
"initializer_list": "cpp",
"cctype": "cpp",
"cmath": "cpp",
"cstdarg": "cpp",
"cstdint": "cpp",
"cstdio": "cpp",
"cstdlib": "cpp",
"exception": "cpp",
"type_traits": "cpp",
"limits": "cpp",
"*.tcc": "cpp",
"cinttypes": "cpp",
"utility": "cpp",
"typeinfo": "cpp",
"system_error": "cpp",
"array": "cpp",
"atomic": "cpp",
"clocale": "cpp",
"cstddef": "cpp",
"cstring": "cpp",
"ctime": "cpp",
"cwchar": "cpp",
"cwctype": "cpp",
"deque": "cpp",
"forward_list": "cpp",
"list": "cpp",
"unordered_map": "cpp",
"unordered_set": "cpp",
"vector": "cpp",
"algorithm": "cpp",
"functional": "cpp",
"string_view": "cpp",
"tuple": "cpp",
"fstream": "cpp",
"iomanip": "cpp",
"iosfwd": "cpp",
"istream": "cpp",
"memory": "cpp",
"new": "cpp",
"ostream": "cpp",
"numeric": "cpp",
"sstream": "cpp",
"stdexcept": "cpp",
"streambuf": "cpp"
2020-02-09 16:05:49 +13:00
}
}