hexlet-codebattle/codebattle

View on GitHub
services/app/.formatter.exs

Summary

Maintainability
Test Coverage
# Used by "mix format"
[
  plugins: [Phoenix.LiveView.HTMLFormatter],
  inputs: ["*.{heex,ex,exs}", "priv/*/seeds.exs", "{config,lib,test}/**/*.{heex,ex,exs}"],
  subdirectories: ["apps/*"]
]