mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-24 19:38:24 +00:00
Update scalafmt settings
This commit is contained in:
@ -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"
|
Reference in New Issue
Block a user