second commit

This commit is contained in:
Florian RICHER 2024-02-13 20:16:34 +01:00
parent 5761f79df0
commit 6fdddfaeb1
45 changed files with 2542 additions and 0 deletions

6
.formatter.exs Normal file
View 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"]
]