View Source Recode.DotFormatter (Recode v0.1.0)

This module provides the information from .formatter.exs.

Link to this section Summary

Functions

Returns the option inputs from the .formatter.exs.

Returns the option locals_without_parens from the .formatter.exs.

Returns the options from the .formatter.exs.

Link to this section Functions

@spec inputs() :: list()

Returns the option inputs from the .formatter.exs.

@spec locals_without_parens() :: keyword()

Returns the option locals_without_parens from the .formatter.exs.

@spec opts() :: keyword()

Returns the options from the .formatter.exs.