livebook/.formatter.exs

6 lines
180 B
Elixir
Raw Permalink Normal View History

2021-01-08 03:55:45 +08:00
[
import_deps: [:phoenix, :ecto],
2022-08-02 21:51:02 +08:00
plugins: [Phoenix.LiveView.HTMLFormatter],
2024-07-15 12:19:04 +08:00
inputs: ["*.{heex,ex,exs}", "{config,lib,test}/**/*.{heex,ex,exs}", "rel/*/overlays/**/*.exs"]
2021-01-08 03:55:45 +08:00
]