mirror of
https://github.com/kieraneglin/pinchflat.git
synced 2026-01-23 02:24:24 +00:00
9 lines
355 B
Elixir
9 lines
355 B
Elixir
# TODO: figure out why my vscode extension doesn't respect the formatter.exs file
|
|
# if it's in a subdirectory
|
|
[
|
|
import_deps: [:ecto, :ecto_sql, :phoenix],
|
|
subdirectories: ["priv/*/migrations"],
|
|
plugins: [Phoenix.LiveView.HTMLFormatter],
|
|
inputs: ["*.{heex,ex,exs}", "{config,lib,test}/**/*.{heex,ex,exs}", "priv/*/seeds.exs"],
|
|
line_length: 120
|
|
]
|