Skip to content

Commit

Permalink
Fix rust-analyzer adding spaces to use statements
Browse files Browse the repository at this point in the history
  • Loading branch information
jshearer authored and jgraettinger committed Aug 4, 2023
1 parent 7a75356 commit f63cf2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@
"deno.config": "./deno.jsonc",
"deno.importMap": "./supabase/functions/import-map.json",
"deno.lint": true,
"deno.path": ".build/package/bin/deno"
"deno.path": ".build/package/bin/deno",
"rust-analyzer.imports.group.enable": false
}
1 change: 1 addition & 0 deletions rustfmt.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
group_imports = "One"

0 comments on commit f63cf2c

Please sign in to comment.