Skip to content

Commit

Permalink
Update Scalafmt (travisbrown#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
travisbrown authored Aug 20, 2021
1 parent 5cd1833 commit 067f3ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
version=2.7.5
version=3.0.0
align.openParenCallSite = true
align.openParenDefnSite = true
maxColumn = 120
continuationIndent.defnSite = 2
assumeStandardLibraryStripMargin = true
danglingParentheses.preset = true
rewrite.rules = [AvoidInfix, SortImports, RedundantParens, SortModifiers]
docstrings = JavaDoc
docstrings.style = Asterisk
newlines.alwaysBeforeMultilineDef = false
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ import org.dhallj.core.{Expr, Operator, Source, Visitor}
/**
* Represents a function lifting an `Expr` into an `F[Expr]`.
*
* This is a convenience class designed to help with implementations
* that don't need effects for most cases.
* This is a convenience class designed to help with implementations that don't need effects for most cases.
*/
class LiftVisitor[F[_] <: AnyRef](
private[this] val F: Applicative[F],
Expand Down

0 comments on commit 067f3ed

Please sign in to comment.