Language-specific restylers.
For a rendered list of all restylers with documentation, configuration, and examples see here.
- Install
restyle - Install The Haskell Tool Stack
- Run
just test <restyler>
To ensure CI runs properly, use a conventional commit
message with the name of the restyler as the scope. For example,
feat(ruff): add Ruff restylerfix(prettier): fix configuration handling
Changes are promoted to the dev channel immediately, which can be used by
adding:
restylers_version: devTo your .restyled.yaml.
dev is promoted to stable on the 1st and 15th of every month.
If a change is not available when expected by the above description, that is usually a bug in our CI/CD pipelines. Please raise an Issue.
Restylers themselves are released under the same license as the project they package. In most cases, the appropriate license file has been copied into the Restyler sub-directory. In cases where it's not: patches welcome.
All other code in this project is licensed AGPLv3. See COPYING.