ash_graphql/.formatter.exs

33 lines
581 B
Elixir
Raw Normal View History

2020-08-14 10:55:34 +12:00
# THIS FILE IS AUTOGENERATED USING `mix ash.formatter`
# DONT MODIFY IT BY HAND
locals_without_parens = [
2021-04-06 02:37:50 +12:00
allow_nil?: 1,
2020-08-14 10:55:34 +12:00
authorize?: 1,
create: 2,
create: 3,
2021-02-24 06:35:27 +13:00
debug?: 1,
2020-08-14 10:55:34 +12:00
destroy: 2,
destroy: 3,
get: 2,
get: 3,
identity: 1,
2020-08-14 10:55:34 +12:00
list: 2,
list: 3,
2021-01-13 09:14:35 +13:00
primary_key_delimiter: 1,
read_action: 1,
2021-04-04 19:10:50 +12:00
read_one: 2,
read_one: 3,
2020-08-14 10:55:34 +12:00
type: 1,
update: 2,
update: 3,
upsert?: 1
2020-08-14 10:55:34 +12:00
]
2020-05-02 04:32:56 +12:00
[
2020-08-14 10:55:34 +12:00
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"],
locals_without_parens: locals_without_parens,
export: [
locals_without_parens: locals_without_parens
]
2020-05-02 04:32:56 +12:00
]