Skip to content

Commit

Permalink
Convert to scala 3 format
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
  • Loading branch information
prabhu committed Nov 10, 2023
1 parent 07f3772 commit a1629e0
Show file tree
Hide file tree
Showing 19 changed files with 2,760 additions and 2,589 deletions.
15 changes: 12 additions & 3 deletions .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
version = 3.5.1
version = 3.7.15
runner.dialect = scala3
preset = IntelliJ
maxColumn = 120
align.preset = true
maxColumn = 100
align.preset = true

indent.main = 4

newlines.source = keep
rewrite.scala3.convertToNewSyntax = true
rewrite.scala3.removeOptionalBraces = yes
rewrite.scala3.insertEndMarkerMinLines = 20
rewrite.scala3.removeEndMarkerMaxLines = 18

2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "atom"
ThisBuild / organization := "io.appthreat"
ThisBuild / version := "1.5.7"
ThisBuild / version := "1.6.0"
ThisBuild / scalaVersion := "3.3.1"

val chenVersion = "0.6.3"
Expand Down
Loading

0 comments on commit a1629e0

Please # to comment.