ash_blog/.formatter.exs

12 lines
288 B
Elixir
Raw Normal View History

2022-10-25 04:04:45 +13:00
# Used by "mix format"
2022-10-29 04:21:13 +13:00
spark_locals_without_parens = []
2022-10-25 04:04:45 +13:00
[
2022-10-29 04:21:13 +13:00
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"],
import_deps: [:ash, :spark],
locals_without_parens: spark_locals_without_parens,
export: [
locals_without_parens: spark_locals_without_parens
]
2022-10-25 04:04:45 +13:00
]