This repository has been archived on 2023-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
bdfr-browser/.formatter.exs

9 lines
150 B
Elixir

[
inputs: [
"mix.exs",
"{config,lib,test}/**/*.{ex,exs}"
],
line_length: 120,
import_deps: [:ecto, :ecto_sql, :plug, :typed_struct]
]