Packages

OTP-native circuit breaker library for Elixir. Wraps GenServer calls with a three-state circuit breaker that fast-fails when a dependency is unhealthy and automatically probes for recovery.

Current section

Files

Jump to
tripwire .formatter.exs
Raw

.formatter.exs

[
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"],
line_length: 100,
locals_without_parens: [],
export: [
locals_without_parens: []
]
]