Migrate from Mix.Config to Config

This commit is contained in:
Martin Frost 2022-05-10 19:49:49 +02:00
parent 41d7c58661
commit af4bbd723a
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# This file is responsible for configuring your application # This file is responsible for configuring your application
# and its dependencies with the aid of the Mix.Config module. # and its dependencies with the aid of the Mix.Config module.
use Mix.Config import Config
# This configuration is loaded before any dependency and is restricted # This configuration is loaded before any dependency and is restricted
# to this project. If another project depends on this project, this # to this project. If another project depends on this project, this

View File

@ -1,3 +1,3 @@
use Mix.Config import Config
config :ex_doc, :markdown_processor, ExDoc.Markdown.Pandoc config :ex_doc, :markdown_processor, ExDoc.Markdown.Pandoc