amethyst/config/config.exs
Kodi Craft 773d1c567d
Some checks failed
Build & Test / nix-build (push) Failing after 23s
Add pre-commit checks
2024-09-04 11:55:37 +02:00

16 lines
605 B
Elixir

# This file is responsible for configuring your umbrella
# and **all applications** and their dependencies with the
# help of the Config module.
#
# Note that all applications in your umbrella share the
# same configuration and dependencies, which is why they
# all use the same configuration file. If you want different
# configurations or dependencies per app, it is best to
# move said applications out of the umbrella.
import Config
config :logger, :console,
level: :debug,
format: "$date $time [$level] $metadata$message",
metadata: []
config :pre_commit, commands: ["test", "credo"]