Packages

Chorex enables choreographic programming for Elixir through macros. This is a research project intended to push on the boundaries of what choreographic programming can achieve through a real-world implementation of a choreography compiler.

Current section

Files

Jump to
chorex .formatter.exs
Raw

.formatter.exs

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