Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add formatter #205

Open
jase88 opened this issue May 8, 2024 · 0 comments
Open

add formatter #205

jase88 opened this issue May 8, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@jase88
Copy link
Contributor

jase88 commented May 8, 2024

Story

As a developer, I would like to have a automated formatting for the code, because it

  • enforces a consistent code style
  • saves time
    • not to manually adjust the formatting
    • on merge conflicts

It would also mitigate the point mentioned in the Contributing Guide, as there can be no unnecessary discussions about code formatting.

Technical details

  • add a code formatter like prettier or biome with an appropiate configuration

Acceptance criteria

  • an formatter is configured for the project that is ideally automatic picked up by IDEs
  • CI checks if all files are properly formatted with the tool
@tjorbo tjorbo added the enhancement New feature or request label May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants