Packages

ExEssentials is a powerful utility library for Elixir that serves as a true toolbox — bringing together a collection of generic, reusable, and ready-to-use helpers to accelerate Elixir application development.

Current section

Files

Jump to
ex_essentials .formatter.exs
Raw

.formatter.exs

[
import_deps: [:ecto],
inputs: ["*.{ex,exs}", "{config,lib,test}/**/*.{ex,exs}"],
line_length: 120
]