Packages

Durable Objects for Elixir - persistent, single-instance objects accessed by ID. Provides stateful, persistent actors with automatic lifecycle management.

Current section

Files

Jump to
durable_object .formatter.exs
Raw

.formatter.exs

# Used by "mix format"
spark_locals_without_parens = [
field: 2,
field: 3,
handler: 1,
handler: 2,
hibernate_after: 1,
shutdown_after: 1
]
[
import_deps: [:spark],
plugins: [Spark.Formatter],
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"],
locals_without_parens: spark_locals_without_parens,
export: [
locals_without_parens: spark_locals_without_parens
]
]