Packages

A simple, tiny library for defining an Elixir @type whose values are one of a few options

Current section

Files

Jump to
union_typespec .formatter.exs
Raw

.formatter.exs

locals_without_parens = [union_type: 1, union_typep: 1]
[
line_length: 120,
inputs: ["*.{ex,exs}", "{config,lib,test}/**/*.{ex,exs}"],
locals_without_parens: locals_without_parens,
export: [locals_without_parens: locals_without_parens]
]