livebook/.formatter.exs

6 lines
153 B
Elixir
Raw 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],
inputs: ["*.{heex,ex,exs}", "{config,lib,test}/**/*.{heex,ex,exs}"]
2021-01-08 03:55:45 +08:00
]