Skip to content

Commit 4bf6801

Browse files
committed
fmt
1 parent 1d9039b commit 4bf6801

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/docs/contribute/rules.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ outline: deep
3333
- Actively monitor and work on reducing the CI time to speed up merging of PRs. The current CI time on GitHub actions is around 3 minutes.
3434
- Documentation first - documentation should serve as the source of truth. Keep the documentation updated and share the link instead of repeatedly answering the same questions. See GitLab's [handbook-first](https://handbook.gitlab.com/handbook/company/culture/all-remote/handbook-first) approach.
3535
- Consistent import orders: "furthest away" to "closest".
36-
- `std`
37-
- External crates
38-
- Oxc crates
39-
- Local crate (`crate`)
40-
- `super`
41-
- `mod`
36+
- `std`
37+
- External crates
38+
- Oxc crates
39+
- Local crate (`crate`)
40+
- `super`
41+
- `mod`
4242

4343
## Conventional Commits
4444

0 commit comments

Comments
 (0)