Update scalafmt settings

This commit is contained in:
eikek
2021-09-22 17:23:24 +02:00
parent c37f1d7c31
commit 9013f2de5b
277 changed files with 1579 additions and 1615 deletions

View File

@ -1,6 +1,7 @@
version = "3.0.4"
preset = defaultWithAlign
preset = default
align.preset = some
maxColumn = 90
@ -12,3 +13,10 @@ rewrite.rules = [
PreferCurlyFors
SortModifiers
]
assumeStandardLibraryStripMargin = true
align.stripMargin = true
docstrings.style = SpaceAsterisk
docstrings.oneline = fold
docstrings.wrap = "yes"