ash_phoenix/.formatter.exs

6 lines
120 B
Elixir
Raw Normal View History

2020-10-21 06:54:35 +13:00
# Used by "mix format"
[
import_deps: [:ash],
2020-10-21 06:54:35 +13:00
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"]
]