Packages
A wrapper for `Application.get_config/3` and `System.get_env/1` that makes it easy to swap in process-specific overrides. Among other things, this allows tests to provide async-safe overrides.
Current section
Files
Jump to
Current section
Files
.formatter.exs
[
inputs: ["mix.exs", "{config,lib,test}/**/*.{ex,exs}"],
line_length: 200,
locals_without_parens: [
# Ecto
## schema
field: :*,
belongs_to: :*,
has_one: :*,
has_many: :*,
many_to_many: :*,
embeds_one: :*,
embeds_many: :*,
## migration
create: :*,
create_if_not_exists: :*,
alter: :*,
drop: :*,
drop_if_exists: :*,
rename: :*,
add: :*,
remove: :*,
modify: :*,
execute: :*,
## query
from: :*
]
]