ash_csv/.formatter.exs
Zach Daniel 9f5a818f22 improvement: update ash version
fix: `:global.trans` doesn't support timeouts, we were passing in the timeout
option as `retries` :(
2022-10-24 09:56:04 -06:00

9 lines
291 B
Elixir

spark_locals_without_parens = [columns: 1, create?: 1, file: 1, header?: 1, separator: 1]
[
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"],
locals_without_parens: spark_locals_without_parens,
export: [
locals_without_parens: spark_locals_without_parens
]
]