From e305f27f26cbd929410397cd3b6466f4c1b7d835 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Mon, 19 Feb 2024 17:06:30 +0100 Subject: [PATCH] mix format --- mix.exs | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/mix.exs b/mix.exs index 16f2b75be..8009500ea 100644 --- a/mix.exs +++ b/mix.exs @@ -81,11 +81,12 @@ defmodule ExDoc.Mixfile do defp docs do [ main: "readme", - extras: [ - "README.md", - "Cheatsheet.cheatmd", - "CHANGELOG.md" - ] ++ test_dev_examples(Mix.env()), + extras: + [ + "README.md", + "Cheatsheet.cheatmd", + "CHANGELOG.md" + ] ++ test_dev_examples(Mix.env()), source_ref: "v#{@version}", source_url: @source_url, groups_for_modules: [ @@ -95,7 +96,7 @@ defmodule ExDoc.Mixfile do ] ], groups_for_extras: [ - "Examples": ~r"test/examples" + Examples: ~r"test/examples" ], skip_undefined_reference_warnings_on: [ "CHANGELOG.md"