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
Raw Normal View History

2023-05-17 22:13:55 +00:00
[
inputs: [
"mix.exs",
"{config,lib,test}/**/*.{ex,exs}"
],
line_length: 120,
2023-08-14 16:23:29 +00:00
import_deps: [:ecto, :ecto_sql, :plug, :typed_struct]
2023-05-17 22:13:55 +00:00
]