Packages

Peeper is an Elixir library that provides a `GenServer`-like API with automatic state preservation between crashes. It enables you to embrace the “Let It Crash” philosophy while maintaining valuable state, supporting state/dictionary/ets recovery between crashes.

Current section

Files

Jump to
peeper .formatter.exs
Raw

.formatter.exs

# Used by "mix format"
[
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"]
]