chronoscope/.formatter.exs

7 lines
166 B
Elixir
Raw Permalink Normal View History

2024-03-09 14:27:14 -05:00
[
import_deps: [:phoenix],
plugins: [Phoenix.LiveView.HTMLFormatter],
2024-03-17 10:21:30 -04:00
inputs: ["*.{heex,ex,exs}", "{config,lib,test}/**/*.{heex,ex,exs}"],
2024-03-17 12:40:43 -04:00
line_length: 128
2024-03-09 14:27:14 -05:00
]