ash_postgres/.formatter.exs
Zach Daniel 80e63f9067 feat: support fragments
feat: support type casting

feat: update to latest ash to support expressions
2021-01-22 16:47:24 -05:00

21 lines
450 B
Elixir

# THIS FILE IS AUTOGENERATED USING `mix ash.formatter`
# DONT MODIFY IT BY HAND
locals_without_parens = [
base_filter_sql: 1,
create?: 1,
migrate?: 1,
repo: 1,
skip_unique_indexes: 1,
table: 1,
template: 1,
unique_index_names: 1,
update?: 1
]
[
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"],
locals_without_parens: locals_without_parens,
export: [
locals_without_parens: locals_without_parens
]
]