Formatter

caliban.tools.Formatter
object Formatter

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Formatter.type

Members list

Value members

Concrete methods

def buildScalaFmt(): Scalafmt
def format(str: String, fmtPath: Option[String]): Task[String]
def format(strs: List[(String, String)], fmtPath: Option[String]): Task[List[(String, String)]]