Files
RISCV-VP/.vscode/settings.json
2024-09-25 08:01:00 +02:00

17 lines
342 B
JSON

{
"files.associations": {
"platform.h": "c"
},
"debug.allowBreakpointsEverywhere": true,
"editor.rulers": [
{
"column": 120,
"comment": "clang-format"
}
],
"cmake.configureArgs": [
"--preset",
"Debug",
"-DCMAKE_EXPORT_COMPILE_COMMANDS=ON"
]
}