Packages

Server-side rendered SVG graphing components for Phoenix and LiveView

Current section

Files

Jump to
plox .formatter.exs
Raw

.formatter.exs

# Used by "mix format"
[
plugins: [Styler, Phoenix.LiveView.HTMLFormatter],
import_deps: [:phoenix],
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"],
migrate_eex_to_curly_interpolation: false
]