View Source Recode.Formatter behaviour (Recode v0.1.0)
The default formatter and the formatter bebaviour.
Link to this section Summary
Link to this section Callbacks
@callback format( type :: :project | :results | :tasks_ready, {Recode.Project.t(), config :: keyword()}, opts :: keyword() ) :: any()
@callback format( type :: :task, {Recode.Project.t(), config :: keyword()}, {Recode.Source.t(), module(), keyword()}, opts :: keyword() ) :: any()