mirror of
https://github.com/obhq/obliteration.git
synced 2025-03-01 16:26:05 +00:00
17 lines
421 B
JSON
17 lines
421 B
JSON
{
|
|
"cmake.debugConfig": {
|
|
"cwd": "${workspaceFolder}"
|
|
},
|
|
"files.insertFinalNewline": true,
|
|
"files.trimFinalNewlines": true,
|
|
"files.trimTrailingWhitespace": true,
|
|
"lldb.launch.initCommands": [
|
|
"settings set target.x86-disassembly-flavor intel"
|
|
],
|
|
"rust-analyzer.imports.granularity.group": "module",
|
|
"rust-analyzer.imports.group.enable": false,
|
|
"[rust]": {
|
|
"editor.formatOnSave": true
|
|
}
|
|
}
|