Skip to content
Snippets Groups Projects
.scalafmt.conf 280 B
Newer Older
# 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
project.excludeFilters = ["bindings"]