waynexia opened a new issue, #9262: URL: https://github.com/apache/arrow-datafusion/issues/9262
### Is your feature request related to a problem or challenge? We now using `tomlfmt` to format our `Cargo.toml` manifests https://crates.io/crates/cargo-tomlfmt. It - is not actively maintained - is not configurable - is not convenient to use under our multiple sub-crate structure - lacks of IDE supports ### Describe the solution you'd like I'd like to propose [`taplo`](https://github.com/tamasfe/taplo) tool, which looks more powerful. E.g., It has a vscode extension [even-better-toml](https://marketplace.visualstudio.com/items?itemName=tamasfe.even-better-toml) and can detect multiple toml files automatically. Also it has some format configurations I like, e.g. break line for long array. ### Describe alternatives you've considered Keep using `tomlfmt`. ### Additional context _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
