Packages

A library to define validated structs

Current section

Files

Jump to
validated_struct .formatter.exs
Raw

.formatter.exs

locals_without_parens = [field: 2, field: 3, plugin: 1, plugin: 2]
[
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"],
locals_without_parens: locals_without_parens,
export: [locals_without_parens: locals_without_parens]
]