Packages

System command wrappers for Elixir — safe Docker, Git, SSH, kubectl, process, network, compression and OS operations powered by Arrea.Command.

Current section

Files

Jump to
trebejo .formatter.exs
Raw

.formatter.exs

[
inputs: [
"{lib,test,config}/**/*.{ex,exs}",
"mix.exs"
],
line_length: 120,
locals_without_parens: [
defdelegate: :*
]
]