mirror of
https://github.com/valitydev/api-key-mgmt.git
synced 2024-11-06 00:45:22 +00:00
11 lines
208 B
Elixir
11 lines
208 B
Elixir
# Used by "mix format"
|
|
[
|
|
import_deps: [:plug, :ecto],
|
|
inputs: [
|
|
"{mix,.formatter,.credo}.exs",
|
|
"config/*.exs",
|
|
"priv/repository/migrations/*.exs",
|
|
"apps/**/{lib,test}/**/*.{ex,exs}"
|
|
]
|
|
]
|