{
"editor.tabSize": 4,
"editor.insertSpaces": true,
"files.insertFinalNewline": true,
"rust-analyzer.cargo.features": "all",
"rust-analyzer.check.command": "clippy",
"rust-analyzer.check.workspace": true,
"rust-analyzer.procMacro.enable": true,
"rust-analyzer.runnables.test.overrideCommand": ["cargo", "test", "--package", "${package}", "${target_arg}", "${target}"],
}