Packages

By extracting evaluation of the source stream into a separate process `RecoverableStream` provides a way to isolate upstream errors and recover from them.

Current section

Files

Jump to
Raw

.formatter.exs

[
# files to format
inputs: ["mix.exs", "{config,lib,test}/**/*.{ex,exs}"],
# importing configs from other libraries it is depending
import_deps: []
]