second commit
This commit is contained in:
parent
5761f79df0
commit
6fdddfaeb1
45 changed files with 2542 additions and 0 deletions
6
.formatter.exs
Normal file
6
.formatter.exs
Normal file
|
@ -0,0 +1,6 @@
|
|||
[
|
||||
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"]
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue