ash_state_machine/.formatter.exs

12 lines
280 B
Elixir
Raw Normal View History

2023-04-22 05:43:36 +12:00
spark_locals_without_parens = []
# Used by "mix format"
[
import_deps: [:ash],
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"],
locals_without_parens: spark_locals_without_parens,
export: [
locals_without_parens: spark_locals_without_parens
]
]