Current section

Files

Jump to
channel_handler .formatter.exs
Raw

.formatter.exs

spark_locals_without_parens = [
channel: 1,
event: 3,
handle: 2,
delegate: 2,
group: 2,
plug: 1,
plug: 2,
router: 2
]
[
import_deps: [:spark],
inputs: ["*.{ex,exs}", "{config,lib,test}/**/*.{ex,exs}"],
plugins: [Spark.Formatter],
locals_without_parens: [],
export: [
locals_without_parens: spark_locals_without_parens
]
]