aboutsummaryrefslogtreecommitdiffstats
path: root/support/crown/crown.code-workspace
blob: f150941df741b9a8ddac2e3475dee8d97a1e9c0e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "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"
        ]
    },
}