macisamuele / language-formatters-pre-commit-hooks

Collection of custom pre-commit hooks.
Apache License 2.0
115 stars 58 forks source link

Request option for sorting toml keys #149

Closed drbartling closed 1 year ago

drbartling commented 1 year ago

For things like cargo.toml, I'd prefer to keep the packages section at the top of the file.

And in many cases, it can be helpful to organize data in a toml file for reader understanding.

macisamuele commented 1 year ago

The general idea of the tool is to keep as little openings for bikeshading as possible. Still, I could see your use-case and it might be reasonable to be added. Feel free to open a PR and I'll be happy to review it.

macisamuele commented 1 year ago

Closing for inactivity