Skip to content

Commit 924d170

Browse files
committed
enable formatting in docstrings
1 parent 652f409 commit 924d170

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ danglingParentheses.preset = true
88
rewrite.rules = [AvoidInfix, SortImports, RedundantParens, SortModifiers]
99
docstrings = JavaDoc
1010
newlines.afterCurlyLambda = preserve
11-
docstrings.style = keep
11+
docstrings.style = Asterisk
1212
docstrings.oneline = unfold
1313

1414
runner.dialect = scala213source3

0 commit comments

Comments
 (0)