Updated formatter

This commit is contained in:
Kieran Eglin
2024-06-20 11:33:49 -07:00
parent 199d0065e1
commit f08768b887
2 changed files with 2 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
# 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
]