geo-therminator/.formatter.exs

6 lines
166 B
Elixir
Raw Permalink Normal View History

2021-11-07 09:01:39 +00:00
[
import_deps: [:phoenix],
2022-09-10 11:52:38 +00:00
plugins: [Phoenix.LiveView.HTMLFormatter],
inputs: ["*.{heex,ex,exs}", "priv/*/seeds.exs", "{config,lib,test}/**/*.{heex,ex,exs}"]
2021-11-07 09:01:39 +00:00
]