Packages

Create simple structs in a concise way. If they need to grow, expand them to regular structs.

Current section

Files

Jump to
simple_struct .formatter.exs
Raw

.formatter.exs

# Used by "mix format"
[
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"],
locals_without_parens: [defdata: :*],
export: [
locals_without_parens: [defdata: :*]
]
]