You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 tool, which looks more powerful. E.g., It has a vscode extension 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
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem or challenge?
We now using
tomlfmt
to format ourCargo.toml
manifests https://crates.io/crates/cargo-tomlfmt. ItDescribe the solution you'd like
I'd like to propose
taplo
tool, which looks more powerful. E.g., It has a vscode extension 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
The text was updated successfully, but these errors were encountered: