ash_postgres/.formatter.exs

12 lines
313 B
Elixir
Raw Normal View History

2020-06-15 19:05:21 +12:00
# THIS FILE IS AUTOGENERATED USING `mix ash.formatter`
# DONT MODIFY IT BY HAND
locals_without_parens = [repo: 1, table: 1]
2019-10-07 09:36:18 +13:00
[
2020-06-15 19:05:21 +12:00
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"],
locals_without_parens: locals_without_parens,
export: [
locals_without_parens: locals_without_parens
]
2019-10-07 09:36:18 +13:00
]