Skip to content

Commit f2d6c1d

Browse files
committed
add scalafmt
1 parent e0288a2 commit f2d6c1d

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.scala-steward.conf

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
updates.limit = 3
2+
3+
updates.includeScala = true
4+
5+
updates.pin = [
6+
{ groupId = "org.eclipse.jetty", version = "9." }
7+
]

.scalafmt.conf

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version = "1.5.1"
2+
project.git = true
3+
4+
maxColumn = 120
5+
docstrings = JavaDoc
6+
7+
align.tokens = ["%", "%%", {code = "=>", owner = "Case"}]
8+
align.openParenCallSite = false
9+
align.openParenDefnSite = false
10+
continuationIndent.callSite = 2
11+
continuationIndent.defnSite = 2
12+
danglingParentheses = true

0 commit comments

Comments
 (0)