Packages

Automatically generate OpenAPI 3.1 specs from Phoenix JSON views and Ecto schemas — zero annotations required

Current section

Files

Jump to
phoenix_spec .formatter.exs
Raw

.formatter.exs

# Used by "mix format"
[
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"],
import_deps: [:ecto, :phoenix]
]