ash_json_api_wrapper/.formatter.exs

27 lines
518 B
Elixir
Raw Normal View History

2021-10-30 15:40:27 +13:00
# THIS FILE IS AUTOGENERATED USING `mix ash.formatter`
# DONT MODIFY IT BY HAND
2021-11-04 11:53:51 +13:00
locals_without_parens = [
base: 1,
before_request: 1,
endpoint: 1,
endpoint: 2,
entity_path: 1,
field: 1,
field: 2,
fields_in: 1,
finch: 1,
2021-11-05 07:12:01 +13:00
get_endpoint: 2,
get_endpoint: 3,
2021-11-04 11:53:51 +13:00
path: 1,
write_entity_path: 1,
write_path: 1
]
2021-10-30 15:40:27 +13:00
2021-10-25 15:52:03 +13:00
[
2021-10-30 15:40:27 +13:00
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"],
locals_without_parens: locals_without_parens,
export: [
locals_without_parens: locals_without_parens
]
2021-10-25 15:52:03 +13:00
]