mirror of
https://github.com/Minres/RISCV-VP.git
synced 2025-12-17 08:51:35 +00:00
17 lines
342 B
JSON
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"
|
|
]
|
|
} |