Skip to content

Commit

Permalink
πŸ”„ Synced local '.scalafmt.conf' with remote '.scalafmt.conf'
Browse files Browse the repository at this point in the history
  • Loading branch information
ihostage committed May 18, 2022
1 parent 8b1d3b9 commit 23ffbfa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
align = true
runner.dialect = scala213
align.preset = true
assumeStandardLibraryStripMargin = true
danglingParentheses.preset = true
docstrings.style = Asterisk
docstrings.removeEmpty = true
danglingParentheses = true
docstrings = JavaDoc
maxColumn = 120
project.excludeFilters += core/play/src/main/scala/play/core/hidden/ObjectMappings.scala # Ooohhh 😞
project.git = true
rewrite.rules = [ AvoidInfix, ExpandImportSelectors, RedundantParens, SortModifiers, PreferCurlyFors ]
rewrite.sortModifiers.order = [ "private", "protected", "final", "sealed", "abstract", "implicit", "override", "lazy" ]
spaces.inImportCurlyBraces = true # more idiomatic to include whitepsace in import x.{ yyy }
trailingCommas = preserve
version = 3.5.2
version = 2.3.2

0 comments on commit 23ffbfa

Please sign in to comment.