🔥 initial commit 🔥
This commit is contained in:
23
.formatter.exs
Normal file
23
.formatter.exs
Normal file
@@ -0,0 +1,23 @@
|
||||
[
|
||||
import_deps: [
|
||||
:ash_typescript,
|
||||
:ash_ai,
|
||||
:ash_state_machine,
|
||||
:ash_admin,
|
||||
:ash_authentication_phoenix,
|
||||
:ash_authentication,
|
||||
:ash_postgres,
|
||||
:ash_json_api,
|
||||
:ash_graphql,
|
||||
:absinthe,
|
||||
:ash_phoenix,
|
||||
:ash,
|
||||
:reactor,
|
||||
:ecto,
|
||||
:ecto_sql,
|
||||
:phoenix
|
||||
],
|
||||
subdirectories: ["priv/*/migrations"],
|
||||
plugins: [Absinthe.Formatter, Spark.Formatter, Phoenix.LiveView.HTMLFormatter],
|
||||
inputs: ["*.{heex,ex,exs}", "{config,lib,test}/**/*.{heex,ex,exs}", "priv/*/seeds.exs"]
|
||||
]
|
||||
Reference in New Issue
Block a user