18 lines
338 B
Elixir
18 lines
338 B
Elixir
# Used by "mix format"
|
|
|
|
locals_without_parens = [
|
|
defn: 2,
|
|
defnp: 2,
|
|
deftransform: 1,
|
|
deftransform: 2,
|
|
deftransformp: 1,
|
|
deftransformp: 2,
|
|
while: 3
|
|
]
|
|
|
|
[
|
|
locals_without_parens: locals_without_parens,
|
|
export: [locals_without_parens: locals_without_parens],
|
|
inputs: ["{mix,.formatter}.exs", "{lib,test}/**/*.{ex,exs}"]
|
|
]
|