Packages

State machines, statecharts and workflows for Ecto models.

Current section

Files

Jump to
ex_state_ecto .formatter.exs
Raw

.formatter.exs

[
import_deps: [:ecto],
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"],
locals_without_parens: [
has_workflow: 1,
has_workflow: 2,
has_workflow: 3,
workflow: 1,
participant: 1,
initial_state: 1,
subject: 1,
subject: 2,
state: 1,
state: 2,
virtual: 2,
using: 1,
step: 1,
step: 2,
repeatable: 1,
on: 2,
on: 3,
on_entry: 1,
on_exit: 1,
on_completed: 2,
on_completed: 3,
on_decision: 3,
on_decision: 4,
on_no_steps: 1,
on_no_steps: 2,
on_final: 1,
on_final: 2
]
]