Skip to content

Commit 8528c10

Browse files
authored
Bump scalafmt to 3.0.3 (#367)
Add in `docstrings.wrap = no` to ensure there isn't a bunch of wrapping in docstrings where we may not want it. Normally I'd want this, but it needlessly bumps the text down a line
1 parent c5be319 commit 8528c10

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.scalafmt.conf

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
version = "2.7.5"
1+
version = "3.0.3"
22
project.git = true
3+
runner.dialect = "scala213"
34
assumeStandardLibraryStripMargin = true
45
xmlLiterals.assumeFormatted = true
6+
docstrings.wrap = no

0 commit comments

Comments
 (0)