Packages
dotenvy_generators
0.9.0
Generators for Elixir apps using Dotenvy for config including variants of the phx_new generators
Current section
Files
Jump to
Current section
Files
templates/phx_umbrella/apps/app_name/formatter.exs
[<%= if @ecto do %>
import_deps: [:ecto, :ecto_sql],
subdirectories: ["priv/*/migrations"],<% end %><%= if @html do %>
plugins: [Phoenix.LiveView.HTMLFormatter],<% end %>
inputs: [<%= if @html do %>"*.{heex,ex,exs}", "{config,lib,test}/**/*.{heex,ex,exs}"<% else %>"*.{ex,exs}", "{config,lib,test}/**/*.{ex,exs}"<% end %><%= if @ecto do %>, "priv/*/seeds.exs"<% end %>]
]