INS-VN-200/.vscode/settings.json

81 lines
2.2 KiB
JSON

{
"cmake.sourceDirectory": "/home/richard/Uni/FaSTTUBe/INS-VN-200/INS-VN-200/INS-VN-200",
"files.associations": {
"stm32f3xx_hal.h": "c",
"stm32f3xx_hal_can.h": "c",
"stm32f3xx_hal_conf.h": "c",
"converter.h": "c++",
"stm32f302xc.h": "c",
"spi.h": "c",
"util.h": "c",
"vector.h": "c++",
"compiler.h": "c",
"registers.h": "c++",
"int.h": "c++",
"stm32f3xx_hal_def.h": "c",
"array": "cpp",
"atomic": "cpp",
"bit": "cpp",
"*.tcc": "cpp",
"cctype": "cpp",
"chrono": "cpp",
"clocale": "cpp",
"cmath": "cpp",
"compare": "cpp",
"concepts": "cpp",
"condition_variable": "cpp",
"cstdarg": "cpp",
"cstddef": "cpp",
"cstdint": "cpp",
"cstdio": "cpp",
"cstdlib": "cpp",
"cstring": "cpp",
"ctime": "cpp",
"cwchar": "cpp",
"cwctype": "cpp",
"deque": "cpp",
"list": "cpp",
"map": "cpp",
"set": "cpp",
"string": "cpp",
"unordered_map": "cpp",
"vector": "cpp",
"exception": "cpp",
"algorithm": "cpp",
"functional": "cpp",
"iterator": "cpp",
"memory": "cpp",
"memory_resource": "cpp",
"numeric": "cpp",
"optional": "cpp",
"random": "cpp",
"ratio": "cpp",
"string_view": "cpp",
"system_error": "cpp",
"tuple": "cpp",
"type_traits": "cpp",
"utility": "cpp",
"initializer_list": "cpp",
"iosfwd": "cpp",
"iostream": "cpp",
"istream": "cpp",
"limits": "cpp",
"mutex": "cpp",
"new": "cpp",
"numbers": "cpp",
"ostream": "cpp",
"ranges": "cpp",
"semaphore": "cpp",
"shared_mutex": "cpp",
"sstream": "cpp",
"stdexcept": "cpp",
"stop_token": "cpp",
"streambuf": "cpp",
"thread": "cpp",
"cfenv": "cpp",
"cinttypes": "cpp",
"typeinfo": "cpp"
},
"C_Cpp.clang_format_fallbackStyle": "{ ColumnLimit: 150 }",
"stm32-for-vscode.openOCDPath": false,
}