Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- def method123[V](name: String, value: V, labels: Set[String] = Set.empty, info: Option[String] = None)(implicit ft: ImplicitTag[V]): MyClass[V]
- version = "3.0.0-RC6"
- preset = default
- project.git = true
- maxColumn = 120
- align.preset = some
- align.multiline = false
- align.openParenCallSite = true
- align.openParenDefnSite = true
- align.closeParenSite = true
- newlines.source = keep
- newlines.sometimesBeforeColonInMethodReturnType = false
- newlines.implicitParamListModifierPrefer = before
- newlines.forceBeforeMultilineAssign = any
- indent.caseSite = 5
- docstrings.style = SpaceAsterisk
- docstrings.blankFirstLine = yes
- docstrings.wrap = no
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement