Packages

A performance dashboard for Postgres. Elixir port of PgHero: mount it in Phoenix or run it standalone with Docker.

Current section

Files

Jump to
pghero .formatter.exs
Raw

.formatter.exs

[
import_deps: [:phoenix, :ecto, :ecto_sql],
plugins: [Phoenix.LiveView.HTMLFormatter],
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs,heex}"]
]