Packages

Plug builder for the routing of Slack slash commands

Retired package: Deprecated - Please use slash instead

Current section

Files

Jump to
slack_command .formatter.exs
Raw

.formatter.exs

locals_without_parens = [
]
[
inputs: ["mix.exs", "lib/**/*.{ex,exs}"],
line_length: 80,
import_deps: [:plug],
locals_without_parens: locals_without_parens,
export: [locals_without_parens: locals_without_parens]
]