settings.example.json 317 B

12345678910
  1. {
  2. "editor.formatOnSave": true,
  3. // Uncomment and set the target you'd like to use for analysis.
  4. //
  5. // Available targets:
  6. // - x86_64-unknown-none.json
  7. // - riscv64gc-unknown-none-elf
  8. // - loongarch64-unknown-none-softfloat
  9. // "rust-analyzer.cargo.target": "x86_64-unknown-none.json",
  10. }