Advertisement
Guest User

Untitled

a guest
Jul 26th, 2021
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. def method123[V](name: String, value: V, labels: Set[String] = Set.empty, info: Option[String] = None)(implicit ft: ImplicitTag[V]): MyClass[V]
  2.  
  3. version = "3.0.0-RC6"
  4. preset = default
  5. project.git = true
  6. maxColumn = 120
  7.  
  8. align.preset = some
  9. align.multiline = false
  10. align.openParenCallSite = true
  11. align.openParenDefnSite = true
  12. align.closeParenSite = true
  13.  
  14. newlines.source = keep
  15. newlines.sometimesBeforeColonInMethodReturnType = false
  16. newlines.implicitParamListModifierPrefer = before
  17. newlines.forceBeforeMultilineAssign = any
  18.  
  19. indent.caseSite = 5
  20.  
  21. docstrings.style = SpaceAsterisk
  22. docstrings.blankFirstLine = yes
  23. docstrings.wrap = no
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement