Skip to content

Commit

Permalink
mix format
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Feb 19, 2024
1 parent a2217ed commit e305f27
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand All @@ -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"
Expand Down

0 comments on commit e305f27

Please sign in to comment.