Add recommended merge behaviour settings for VSCode + rust-analyzer

This commit is contained in:
Jonas Platte 2020-12-30 14:18:08 +01:00 committed by Ryan Leckey
parent 751fe03228
commit b814cbbedf

View file

@ -0,0 +1,3 @@
{
"rust-analyzer.assist.importMergeBehaviour": "last"
}