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

introduce code formatting #7

Closed
wants to merge 4 commits into from
Closed

Conversation

mr-git
Copy link
Contributor

@mr-git mr-git commented May 8, 2024

introduce scalafmt and scalafix

maxColumn = 120

preset = default
align.preset = none

Choose a reason for hiding this comment

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

I prefer to have

align.preset=most

here. In worse case as least more :)

@@ -1,7 +1,7 @@
import sbt._

object Dependencies {
val scalatest = "org.scalatest" %% "scalatest" % "3.2.18" % Test
val `kind-projector` = "org.typelevel" % "kind-projector" % "0.13.3"
val `cats-effect` = "org.typelevel" %% "cats-effect" % "3.5.4"

Choose a reason for hiding this comment

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

Please lets keep existing formatting

@mr-git mr-git mentioned this pull request May 21, 2024
@mr-git mr-git closed this May 21, 2024
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.

2 participants