2022-12-05 14:16:32 +00:00
|
|
|
# Used by "mix format"
|
|
|
|
[
|
2023-06-02 13:19:27 +00:00
|
|
|
import_deps: [:plug, :ecto],
|
2022-12-05 14:16:32 +00:00
|
|
|
inputs: [
|
|
|
|
"{mix,.formatter,.credo}.exs",
|
|
|
|
"config/*.exs",
|
|
|
|
"priv/repository/migrations/*.exs",
|
|
|
|
"apps/**/{lib,test}/**/*.{ex,exs}"
|
|
|
|
]
|
|
|
|
]
|