Skip to content

restyled-io/restylers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restylers

Language-specific restylers.

For a rendered list of all restylers with documentation, configuration, and examples see here.

Contributing

Documentation

Running tests

  1. Install restyle
  2. Install The Haskell Tool Stack
  3. Run just test <restyler>

Commit Messages

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 restyler
  • fix(prettier): fix configuration handling

Release

Changes are promoted to the dev channel immediately, which can be used by adding:

restylers_version: dev

To 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.

LICENSE

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.