update
This commit is contained in:
31
phoenix/deps/ecto/.formatter.exs
Normal file
31
phoenix/deps/ecto/.formatter.exs
Normal file
@@ -0,0 +1,31 @@
|
||||
locals_without_parens = [
|
||||
# Query
|
||||
from: 2,
|
||||
|
||||
# Schema
|
||||
field: 1,
|
||||
field: 2,
|
||||
field: 3,
|
||||
timestamps: 1,
|
||||
belongs_to: 2,
|
||||
belongs_to: 3,
|
||||
has_one: 2,
|
||||
has_one: 3,
|
||||
has_many: 2,
|
||||
has_many: 3,
|
||||
many_to_many: 2,
|
||||
many_to_many: 3,
|
||||
embeds_one: 2,
|
||||
embeds_one: 3,
|
||||
embeds_one: 4,
|
||||
embeds_many: 2,
|
||||
embeds_many: 3,
|
||||
embeds_many: 4
|
||||
]
|
||||
|
||||
[
|
||||
locals_without_parens: locals_without_parens,
|
||||
export: [
|
||||
locals_without_parens: locals_without_parens
|
||||
]
|
||||
]
|
||||
Reference in New Issue
Block a user