ash_json_api_wrapper/.formatter.exs

31 lines
576 B
Elixir
Raw Normal View History

2022-09-16 05:06:29 +12:00
spark_locals_without_parens = [
2021-11-04 11:53:51 +13:00
base: 1,
base_entity_path: 1,
base_paginator: 1,
2021-11-04 11:53:51 +13:00
endpoint: 1,
endpoint: 2,
entity_path: 1,
field: 1,
field: 2,
fields_in: 1,
2022-09-16 05:06:29 +12:00
filter_handler: 1,
2021-11-05 07:12:01 +13:00
get_endpoint: 2,
get_endpoint: 3,
2022-09-16 05:06:29 +12:00
limit_with: 1,
paginator: 1,
2021-11-04 11:53:51 +13:00
path: 1,
2022-09-16 05:06:29 +12:00
runtime_sort?: 1,
tesla: 1,
2021-11-04 11:53:51 +13:00
write_entity_path: 1,
write_path: 1
]
2021-10-30 15:40:27 +13:00
2021-10-25 15:52:03 +13:00
[
2022-09-16 05:06:29 +12:00
import_deps: [:ash],
2021-10-30 15:40:27 +13:00
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"],
2022-09-16 05:06:29 +12:00
locals_without_parens: spark_locals_without_parens,
2021-10-30 15:40:27 +13:00
export: [
2022-09-16 05:06:29 +12:00
locals_without_parens: spark_locals_without_parens
2021-10-30 15:40:27 +13:00
]
2021-10-25 15:52:03 +13:00
]