Skip to content

Commit 5938cc0

Browse files
authored
Merge pull request #486 from kevin-lee/bump-scalafmt
Bump scalafmt to 3.7.14
2 parents eba314d + fef208d commit 5938cc0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.scalafmt.conf

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 3.6.1
1+
version = 3.7.14
22
runner.dialect = scala3
33

44
//align.preset=more
@@ -14,11 +14,11 @@ align.tokens = [
1414
owners = [{
1515
regex = "Term.ApplyInfix"
1616
}]
17-
}, {
18-
code = ":="
19-
owners = [{
20-
regex = "Term.ApplyInfix",
21-
}]
17+
// }, {
18+
// code = ":="
19+
// owners = [{
20+
// regex = "Term.ApplyInfix",
21+
// }]
2222
}, {
2323
code = "->"
2424
owners = [{

0 commit comments

Comments
 (0)