You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You may also want to occasionally use this unstable config:
41
+
42
+
```toml
43
+
# Groups imports in a predictable way: first core/alloc/std, then other crates, then the current crate.
44
+
group_imports = "StdExternalCrate"
45
+
```
46
+
47
+
We don't recommend it as a permanent config value even for nightly projects, because the way it reorders items [isn't always ideal](https://github.com/linebender/linebender.github.io/issues/87).
48
+
40
49
## Markdown
41
50
42
51
In Markdown files, every paragraph should have one line per sentence.
0 commit comments