Current section

Files

Jump to
phx_new templates phx_umbrella apps app_name_web formatter.exs
Raw

templates/phx_umbrella/apps/app_name_web/formatter.exs

[
import_deps: [:phoenix],<%= 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 %>]
]