elektrine/.formatter.exs
Maxfield Luke 454e80a8f8
Some checks failed
Deploy Docker Images / Build, push, and deploy (push) Failing after 19m8s
Smoke / Hello from Forgejo Actions (push) Successful in 1s
Initial commit
Fresh repository on git.elektrine.com/elektrine/elektrine.
2026-07-30 01:36:18 -04:00

12 lines
310 B
Elixir

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