We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 568ab47 commit 47b5959Copy full SHA for 47b5959
lib/mix/lib/mix/tasks/format.ex
@@ -79,7 +79,7 @@ defmodule Mix.Tasks.Format do
79
A dependency that wants to export formatter configuration needs to have a `.formatter.exs` file
80
at the root of the project. In this file, the dependency can export a `:export` option with
81
configuration to export. For now, only one option is supported under `:export`:
82
- `:export_locals_without_parens` (whose value has the same shape as the value of the
+ `:locals_without_parens` (whose value has the same shape as the value of the
83
`:locals_without_parens` in `Code.format_string!/2`).
84
85
The functions listed under `:locals_without_parens` in the `:export` option of a dependency
0 commit comments