Skip to content

v0.1.0

Compare
Choose a tag to compare
@maksym-arutyunyan maksym-arutyunyan released this 12 Sep 18:09
· 3 commits to main since this release
2499b83

This is the first release of the keepsorted command-line tool.
It introduces functionality for automatically sorting specific sections in various file types.

Key Features:

  • Sorting for sections marked with keywords in any text file
  • Sorting for sections marked with keywords in Bazel files
  • Sorting for dependency sections in Cargo.toml files
  • Experimental support for sorting in .gitignore, CODEOWNERS files
  • Experimental support for sorting #[derive(...)] traits in Rust files