Skip to content
Snippets Groups Projects
Verified Commit f41e283a authored by v-lafeychine's avatar v-lafeychine
Browse files

Add scalafmt formatter + build

parent d5149044
No related branches found
No related tags found
1 merge request!1Resolve "Initial features"
# https://diamantidis.github.io/2020/05/17/ci-with-github-actions-for-scala-project
version = "3.3.0"
runner.dialect = scala3
rewrite.scala3.convertToNewSyntax = true
maxColumn = 120
indent.main = 4
indent.callSite = 4
project.git = true
lazy val root = (project in file("."))
.settings(
name := "prog-2",
scalaVersion := "3.1.0"
)
sbt.version=1.5.4
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment