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 Sep 14, 2022
1 parent bc06027 commit 3fcfbfa
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
runner.dialect = scala213
align.preset = true
align = 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.9
version = 2.3.2

0 comments on commit 3fcfbfa

Please sign in to comment.