Packages

Improve the UI quality of your product by capturing visual states of LiveView components.

Current section

Files

Jump to
live_capture .formatter.exs
Raw

.formatter.exs

locals_without_parens = [
embed_templates: 1,
embed_templates: 2,
breakpoints: 1,
plugs: 1,
root_layout: 1,
capture: 1,
live_capture: 1,
live_capture: 2,
live_capture: 3
]
[
import_deps: [:phoenix],
plugins: [Phoenix.LiveView.HTMLFormatter],
inputs: ["*.{ex,exs}", "{config,lib,test}/**/*.{ex,exs}"],
locals_without_parens: locals_without_parens,
export: [locals_without_parens: locals_without_parens]
]