.formatter.exs 147 B

12345
  1. # Used by "mix format"
  2. [
  3. plugins: [Phoenix.LiveView.HTMLFormatter],
  4. inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{heex,ex,exs}"]
  5. ]