mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
* Exclude crown from workspace Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com> * Update shell.nix and remove filterlock Signed-off-by: Delan Azabani <dazabani@igalia.com> --------- Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com> Signed-off-by: Delan Azabani <dazabani@igalia.com> Co-authored-by: Delan Azabani <dazabani@igalia.com>
22 lines
No EOL
537 B
Text
22 lines
No EOL
537 B
Text
{
|
|
"folders": [
|
|
{
|
|
"name": "crown",
|
|
"path": "."
|
|
},
|
|
],
|
|
"settings": {
|
|
"rust-analyzer.check.command": "clippy",
|
|
"rust-analyzer.rustc.source": "discover",
|
|
"rust-analyzer.rustfmt.extraArgs": [
|
|
"--config",
|
|
"unstable_features=true",
|
|
"--config",
|
|
"binop_separator=Back",
|
|
"--config",
|
|
"imports_granularity=Module",
|
|
"--config",
|
|
"group_imports=StdExternalCrate"
|
|
]
|
|
},
|
|
} |