ash_postgres/.formatter.exs

18 lines
382 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
2020-09-20 10:08:09 +12:00
locals_without_parens = [
base_filter_sql: 1,
migrate?: 1,
repo: 1,
skip_unique_indexes: 1,
table: 1
]
2020-06-15 19:05:21 +12:00
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
]