language-formatters-pre-commit-hooks
language-formatters-pre-commit-hooks copied to clipboard
Collection of custom pre-commit hooks.
From the TOML specification on arrays - https://toml.io/en/v1.0.0#array ``` contributors = [ "Foo Bar ", { name = "Baz Qux", email = "[email protected]", url = "https://example.com/bazqux" } ] ``` Note...
## Feature Description As of `ktfmt` version 0.52 in IntelliJ, users can select "Custom" under "Code style," which provides the ability to customize certain formatting options. One significant feature seen...
*Auto-generated* by [bump-releases](https://github.com/macisamuele/language-formatters-pre-commit-hooks/actions/workflows/bump-releases.yaml)
Annoyingly I'm hitting this bug in ruamel.yaml when using the `--line-width` parameter: https://sourceforge.net/p/ruamel-yaml/tickets/508/ For a simple example, there is a space after the `:` in the following: ```yaml conversion_rate_url: https://www.banque-france.fr/fr/statistiques/taux-et-cours/taux-de-change-parites-fin-de-mois-2025-01...
Fix #243
--manifest-path Cargo.toml is not equivalent to not passing the argument if it's a virtual workspace
Quite often you want to keep the overall structure of a TOML file, but sort the keys within. For example, a `Cargo.toml` file: ```toml [package] name = "xyz" [dependencies] tokio...
Addresses the semantic complaint of #242.