DefaultFormater

class DefaultFormater(val eof: String, lineProcessors: List[LineProcessor], val fixLast: Boolean) extends Formater
trait Formater
class Object
trait Matchable
class Any

Value members

Concrete methods

def format(str: String): String

Inherited methods

def format(file: File): Unit
Inherited from
Formater

Concrete fields

val eof: String
val fixLast: Boolean