Skip to content

Conversation

@halotukozak
Copy link
Member

@halotukozak halotukozak commented Jan 5, 2026

This pull request introduces the following changes:

  • Adds a .scalafmt.conf configuration file to enforce code formatting standards.
  • Reformats the entire codebase using Scalafmt for consistency.
  • Includes a .git-blame-ignore-revs file to exclude the reformat commit from git blame for better traceability.
  • Adds the sbt-scalafmt plugin in project/plugins.sbt

Copilot AI review requested due to automatic review settings January 5, 2026 14:50
@halotukozak halotukozak self-assigned this Jan 5, 2026
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds Scalafmt configuration to enforce consistent code formatting across the codebase and reformats all Scala files accordingly. It also includes a .git-blame-ignore-revs file to exclude this formatting commit from git blame.

Key changes:

  • Addition of .scalafmt configuration file for code formatting standards
  • Reformatting of the entire Scala codebase for consistency
  • Addition of .git-blame-ignore-revs file for better git blame traceability

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@halotukozak halotukozak requested a review from ddworak January 18, 2026 10:53
@ddworak
Copy link
Member

ddworak commented Jan 19, 2026

One minor note on the PR description: the config file added is .scalafmt.conf (not .scalafmt), and the PR also adds the sbt-scalafmt plugin in project/plugins.sbt

@halotukozak halotukozak merged commit d4342be into master Jan 19, 2026
9 checks passed
@halotukozak halotukozak deleted the add-scalafmt branch January 19, 2026 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants