portfolio/.formatter.exs

6 lines
146 B
Elixir
Raw Permalink Normal View History

2024-05-18 17:53:56 +00:00
[
import_deps: [:phoenix],
plugins: [Phoenix.LiveView.HTMLFormatter],
inputs: ["*.{heex,ex,exs}", "{config,lib,test}/**/*.{heex,ex,exs}"]
]