Description
Checks whether tables and items in TOML files are sorted lexically. It helps Rust projects keep Cargo.toml and related configuration files tidy and easier to review.
Use it in formatting or CI checks when the project wants stable ordering. Sorting is a style rule, so apply it only when it matches the team's conventions.