Packages

SmartForm is a small DSL built on top of Ecto.Changeset to help you build forms.

Current section

Files

Jump to
smart_form .formatter.exs
Raw

.formatter.exs

locals_without_parens = [
field: 2,
field: 3,
create: :*,
add: :*,
belongs_to: :*,
has_many: :*,
table: :*
]
[
locals_without_parens: locals_without_parens,
export: [
locals_without_parens: locals_without_parens
],
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"]
]