Packages

Dawdle weaponizes Amazon SQS for use in your Elixir applications. Use it when you want to handle something later, or, better yet, when you want someone else to handle it.

Current section

Files

Jump to
dawdle .formatter.exs
Raw

.formatter.exs

[
inputs: [
"mix.exs",
"config/*.{ex,exs}",
"lib/**/*.{ex,exs}",
],
line_length: 80
]