Skip to content

Commit ff103b1

Browse files
committed
Fix indentation of options in mix format
1 parent d99a162 commit ff103b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/mix/lib/mix/tasks/format.ex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,11 @@ defmodule Mix.Tasks.Format do
104104
105105
The `opts` passed to `format/2` contains all the formatting options and either:
106106
107-
* `:sigil` (atom) - the sigil being formatted, e.g. `:M`.
107+
* `:sigil` (atom) - the sigil being formatted, e.g. `:M`.
108108
109-
* `:modifiers` (charlist) - list of sigil modifiers.
109+
* `:modifiers` (charlist) - list of sigil modifiers.
110110
111-
* `:extension` (string) - the extension of the file being formatted, e.g. `".md"`.
111+
* `:extension` (string) - the extension of the file being formatted, e.g. `".md"`.
112112
113113
Now any application can use your formatter as follows:
114114

0 commit comments

Comments
 (0)