chronoscope/.formatter.exs

7 lines
166 B
Elixir
Raw 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}"],
line_length: 120
2024-03-09 14:27:14 -05:00
]