Packages

Durable job queue for Bedrock - transactional, priority-ordered job processing modeled after Apple's QuiCK.

Current section

Files

Jump to
bedrock_job_queue .formatter.exs
Raw

.formatter.exs

# Used by "mix format"
[
line_length: 120,
inputs: [
"{mix,.formatter}.exs",
"{config,benchmarks}/**/*.{ex,exs}",
"apps/*/{mix,.formatter}.exs",
"apps/*/{config,lib,test}/**/*.{ex,exs}"
],
plugins: [Styler]
]